S
S
Saharman2019-04-07 20:28:10
JSON Web Token
Saharman, 2019-04-07 20:28:10

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

1 answer(s)
I
Ivan Shumov, 2019-04-07
@inoise

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 question

Ask a Question

731 491 924 answers to any question