Package Exports
- restify-jwt-community
- restify-jwt-community/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (restify-jwt-community) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Restify Jwt Community
Restify 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.
Install
$ npm i restify-jwt-communityStatus
Credits
- 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.