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

Add support for validating against a JSON Web Key Set (JWKS) #55

Open
rlaveaux opened this issue Nov 17, 2017 · 3 comments
Open

Add support for validating against a JSON Web Key Set (JWKS) #55

rlaveaux opened this issue Nov 17, 2017 · 3 comments

Comments

@rlaveaux
Copy link

I would like to see support for validating a JWT against a JSON Web Key Set (JWKS).

@benmcollins
Copy link
Owner

This looks like a worthy feature. Thanks for the request. I'll see if I can find some time to implement this.

@rlaveaux
Copy link
Author

Hi Ben, I have managed to implement verification of an RSA based JWK and JWKS using OpenSSL. What is the best way to send you my changes so you can review them?

@benmcollins
Copy link
Owner

Thanks for working on this. Best to fork the repo on GitHub, commit to a branch, and then submit a pull request for review.

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

No branches or pull requests

2 participants