JWT authentication middleware for Restify
npm install restify-jwt-communityRestify middleware that validates JsonWebTokens and sets req.user.
This module lets you authenticate HTTP requests using JWT tokens in your restify applications.
> Anyone can propose ideas. Anyone can help.
$ npm i restify-jwt-community
> DOCUMENTATION HERE
---
* Based on auth0/express-jwt. The major difference is that restify-jwt tries to use built in restify errors wherever possible.
* Also, based on amrav/restify-jwt. The official repo.
* Thanks to all those people who help Contributors.