Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for JWKS? #39

Open
jasonkuhrt opened this issue Feb 7, 2024 · 1 comment
Open

Support for JWKS? #39

jasonkuhrt opened this issue Feb 7, 2024 · 1 comment

Comments

@jasonkuhrt
Copy link

I'm interested in support for JWKS. To me that means:

  1. Create a public/private key set
  2. Sign JWKs with private key
  3. Verify JWKs with a public key

In the past I have typically used https://mkjwk.org but I would much prefer a holistic solution from this great library. Thanks!

@RichiCoder1
Copy link

Endorse! I don't touch JWTs these days unless there is a JWKs involved. Makes things like secret rotation and aggregation so much simpler and is pretty standard for OIDC implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants