node-red-contrib-auth 0.1.7
A node-red node for authentication using JSONWebToken. Use this node to store and retrieve secure tokens from a message.
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