Answer the question
In order to leave comments, you need to log in
How is JWT generated?
I have a Java server, I generate a token using the io.jsonwebtoken
. The token is generated based on the user's login. As far as I understand, the hashing algorithm does not change from time to time, that is, it turns out that the token also never changes? Thus, the situation with a once-compromised token can only be resolved by changing the login?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question