Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-red-contrib-auth

sax1johno230MIT1.0.0

A node-red node for authentication using JSONWebToken. Use this node to store and retrieve secure tokens from a message.

node-red, json web token, jwt, authentication, flow, authorization

readme

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

© 2016 John O'Connor