json-web-token

v3.2.0
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

coverage:open

open coverage/index.html

coverage

nyc report --reporter=text-lcov | coveralls

coverage:check

nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100

test

standard --fix && nyc --reporter=html --reporter=text mocha

bench

echo 'installing dependencies first ...' && sleep 1 && npm i --save-dev benchmark microtime && echo '' && node bench && npm uninstall --save-dev benchmark microtime
npm i json-web-token

Metadata

  • ISC
  • Whatever
  • @joaquimserafim
  • released 9/30/2019

Downloads

Maintainers