Replies: 1 comment
-
Never mind, I found the sample code: https://github.com/lestrrat-go/jwx/blob/main/examples/jwt_example_test.go |
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
-
Assuming I have a signed JWT token with the following header:
And that my JWKS URL is
https://example.com/jwks
where one of the entires has a key with the given IDThen:
Beta Was this translation helpful? Give feedback.
All reactions