Support for JWKS? #179
Answered
by
oxisto
jordaniversen
asked this question in
Q&A
Support for JWKS?
#179
-
Is there native support for handling JWKS? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
oxisto
Mar 11, 2022
Replies: 1 comment 1 reply
-
Hi @jordaniversen. No, not at the moment. I would recommend the excellent library https://github.com/MicahParks/keyfunc from @MicahParks. We should probably add this to the list of extensions in the README. There was a short discussion whether we should implement support for JWKS, but for now we decided not to include it in the main repository. Maybe we can think about adding a separate project under the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oxisto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jordaniversen. No, not at the moment.
I would recommend the excellent library https://github.com/MicahParks/keyfunc from @MicahParks. We should probably add this to the list of extensions in the README. There was a short discussion whether we should implement support for JWKS, but for now we decided not to include it in the main repository. Maybe we can think about adding a separate project under the
golang-jwt
umbrella.