The JSON Web Token (JWT) toolbox package for Node-RED.
- v1.x is now LTS version until Oktober 2019 (branch 1.0)
- based on jsonwebtoken library v8.x
If you like that contributor's package for JWT, then please give us your star at GitHub!
You could also help as a backer of the project.
JWT 8.4.x
Run command on Node-RED installation directory.
npm install node-red-contrib-iiot-jwt
or run command for global installation.
npm install -g node-red-contrib-iiot-jwt
try these options on npm install to build, if you have problems to install
--unsafe-perm --build-from-source
Let's work together! Please read and in best case accept CONTRIBUTING by your sign and send it via E-Mail. You could also send just a pull request.
- more options
- more testing
The MIT License
This is not an official product of the AuthO Group. It is just to provide JSON Web Tokens to Node-RED based on jsonwebtoken package.
I'd like to give special thanks to AuthO for the jwt package!