Can't decode raw JWT on jwt.io #4328
Unanswered
rizchaerul
asked this question in
Help
Replies: 1 comment
-
When JSON Web Tokens are enabled, they are encrypted by default (JWE) with A256GCM You need to decode the incoming raw because it is encrypted. jwt.io In short, it cannot solve it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So I create this
/api/jwt
endpoint for getting raw JWTAnd the result is this
When I paste the rawToken to jwt.io, this shows up

What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions