Answer the question
In order to leave comments, you need to log in
Is it possible to change the payload in a JWT?
Greetings.
A jwt access token arrived at the client, say with a username: "Akram" field.
Is it possible to change this name on the client in this token and send with another name?
Or will it not pass validation after the change?
Answer the question
In order to leave comments, you need to log in
If you just overwrite the name, then validation will not pass. If you overwrite the name + control hash (in fact, the entire token), then there should be no problems
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question