0.1.7 • Published 6 years ago

node-red-contrib-auth v0.1.7

Weekly downloads
209
License
MIT
Repository
-
Last release
6 years ago

Node-Red Auth Node

This library reads and writes secure JSONWebTokens. These tokens can be used to securely store client-side tokens for user authentication and authorization.

This node does not perform authentication itself and can be used with any message node (ie: http, tcp, websocket, etc).

Version

0.1.6

Installation

$ npm install node-red-contrib-auth

node-red should automatically detect the new node upon restarting of the server.

License

MIT

Copyright

© 2016 John O'Connor