express-jwks
Express middleware that validates JsonWebTokens and sets req.user
.
This module lets you authenticate HTTP requests using JWT tokens with JWKs in your express applications.
Install
$ npm install express-jwks
Usage
Tests
$ npm install
$ npm test
Credits
Based on auth0/express-jwt.