0.0.2 • Published 10 years ago
restify-jwks v0.0.2
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-jwksUsage
Tests
$ npm install
$ npm testCredits
Based on amrav/restify-jwt.