json-web-token

v1.2.2
JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.
jwt json-web-token web http tokens authorization

test

./node_modules/istanbul/lib/cli.js cover ./node_modules/tape/bin/tape test/test.js

jshint

./node_modules/jshint/bin/jshint -c .jshintrc index.js test/*.js

codestyle

./node_modules/jscs/bin/jscs -p google index.js test/*.js

check-coverage

./node_modules/istanbul/lib/cli.js check-coverage --statements 100 --functions 100 --lines 100 --branches 100

coverage

open coverage/lcov-report/index.html

Metadata

  • ISC
  • Whatever
  • @joaquimserafim
  • released 11/27/2014

Downloads

Maintainers