You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2022. It is now read-only.
It would be very useful to have a TokenStore implementation that verifies a JWT using a JSON Web Key (JWK).
The main goal of this implementation would be to verify a JWT using the corresponding JWK. The JWK used for verification is matched using the kid header parameter of the JWT and the kid attribute of the JWK.
The implementation would be responsible for fetching the JWK Set (the set of available JSON Web Key's) from the supplied URL.