Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants