-
Notifications
You must be signed in to change notification settings - Fork 351
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
Add support for JWK (RFC7517) #73
Comments
This is a very large undertaking in the scope of this package IMO (as it has way more responsibilities including performing HTTP requests). Should we decide to implement this, I believe it should be done in a separate package using this one |
I wrote a package for creating a This package does not create a JSON Web Key set (JWKs). It's only used for validating JWTs signed by a JSON Web Keys in the set. It can optionally grab and automatically refresh the JWKs via HTTP with a couple configuration options. It's currently a separate package that supports a few type Keyfunc func(*Token) (interface{}, error) I'd be happy to contribute a modification of my |
It's useful parse apple sign in token. |
It would be interesting to support JWKs |
Migrated from dgrijalva/jwt-go#249:
See the issue thread for more details
The text was updated successfully, but these errors were encountered: