Replies: 1 comment
-
given a JWT you can do this:
|
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
-
Use case
The JWT is signed with
RS256
algorithm and contains thekid
claim.The corresponding key is not available, but it can be obatined via a public endpoint.
Issue
How to access the unverified payload as to read the
kid
claim, to obtain the key for subsequent verification?Beta Was this translation helpful? Give feedback.
All reactions