node-red-contrib-iiot-jwt
v1.1.0
Published
The IIoT JSON Web Token (JWT) package for Node-RED.
Downloads
44
Maintainers
Readme
node-red-contrib-iiot-jwt
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 Version
JWT 8.4.x
Install
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
Contributing
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.
TODO
- more options
- more testing
License
The MIT License
Important
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.
Contribution JWT
I'd like to give special thanks to AuthO for the jwt package!