0.0.2 • Published 9 years ago

restify-jwks v0.0.2

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

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.

License

MIT