Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 340 Bytes

node-red-contrib-jwt

Node-red node for sign and validate JWT tokens.

##Functions

  • Sign msg.payload, msg.topic or msg.token using HS* or RS* algorithms.
  • Validate msg.payload, msg.topic, msg.token, req.headers.authorization or access_token var using HS* or RS* algorithms.

##Roadmap

  • Handle certs better;
  • Validations;
  • Better UI.