Answer the question
In order to leave comments, you need to log in
How to decrypt payload part of jwt?
I implemented jwt authorization according to the article https://andrey.moveax.ru/post/asp-net-core-web-api...
It turns out that my payload part is encrypted.
How can I decipher this part on the client side (for example, in angular).
Answer the question
In order to leave comments, you need to log in
Nothing is encrypted in jwt because it is not security) it uses base64 urlencode or something like that, as a rule. The link to your article doesn't open.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question