1.0.9 • Published 1 year ago

node-red-contrib-aw365-jwt-token v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

this node needs a msg.body and a msg.secret, or entered in the node

the msg.body shoudl contain the body of the jwt token like: { "iss": "123456-4444-5555-abcd-999999999", "iat": 1672990193 }

and a msg.secret which contains the key to encode the body.

a header will automatically be added which contains: {"alg":"HS256"}

you need to install jsonwebtoken before you can use it

npm i jsonwebtoken

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago