Replies: 1 comment
-
HS256 generates a signature using a hashing algorithm, so if the keys are the same and the contents are the same, they would create the same signature. If the content differs and the signatures are the same, that would be a problem. Please also be aware that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From what understand JWT should all be unique correct? I have a situation where I am creating a JWT Refresh token using this code:
The code then returns to be a token, but I noticed that all the tokens were the same. Am I doing something here? For example, is the JWTSECRET supposed to be randomly generated each time?
Beta Was this translation helpful? Give feedback.
All reactions