jwks-rsa-509x

v1.2.1
Library to retrieve RSA public keys from a JWKS endpoint
jwks rsa jwt

clean

rimraf lib/

compile

babel -d lib/ src/

prepublish

npm run clean && npm run compile

test

NODE_ENV=test mocha --compilers js:babel-core/register --timeout 5000 $(find ./tests -name *.tests.js)

test-watch

NODE_ENV=test mocha --compilers js:babel-core/register --timeout 5000 $(find ./tests -name *.tests.js) --watch

release

git tag $npm_package_version && git push && git push --tags && npm publish
npm i jwks-rsa-509x

Metadata

  • MIT
  • Whatever
  • Auth0
  • released 12/18/2017

Downloads

Maintainers