BiancoRoyal/node-red-contrib-iiot-jwt

( node - jwt-out optionals) payload JTI is showing blank even if set.

sudoGenie opened this issue · 1 comments

when using the JWT-OUT node and i try to fill in jti with anything or auto generate it keeps popping up blank
example.

{
"iat": 1617313025,
"nbf": 1617313026,
"exp": 1617313028,
"aud": "aud",
"iss": "iss",
"sub": "sub",
"jti": ""
}

i dont know which file to modify some show jwtId and some show jwtid so i dont know if this is down to a capital I thing is just a quick guess.

Problem

  • (x) bug report => please search GitHub for a similar issue or PR before submitting
  • (x ) I am using just the Node-RED package and got jsonwebtoken installed with it

This issue is stale because it has been open 60 days with no activity. It will be closed in 30 days, but can be saved by removing the stale label or commenting.