restify-jwks
v0.0.2
Published
JWKs authentication middleware, based on restify-jwt
Downloads
5
Maintainers
Readme
restify-jwks
Restify middleware that validates JsonWebTokens and sets req.user
.
This module lets you authenticate HTTP requests using JWT tokens with JWKs in your restify applications.
Install
$ npm install restify-jwks
Usage
Tests
$ npm install
$ npm test
Credits
Based on amrav/restify-jwt.