Just to clarify, I’m using NodeJS and the JSONWebToken library and creating the token the usual way
let signedJwt = jwt.sign(Payload, currentSecret);
Just to clarify, I’m using NodeJS and the JSONWebToken library and creating the token the usual way
let signedJwt = jwt.sign(Payload, currentSecret);