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 multiple JWK Sets #78

Merged
merged 6 commits into from Dec 23, 2022
Merged

Add support for multiple JWK Sets #78

merged 6 commits into from Dec 23, 2022

Conversation

MicahParks
Copy link
Owner

The purpose of this pull request is to add support for multiple JWK Sets. This allows keyfunc to pull remote JWKS resources from multiple URLs and provide one jwt.Keyfunc to from them.

This pull request is intended to resolve #72.

@MicahParks MicahParks marked this pull request as ready for review December 19, 2022 02:53
@aklinkert
Copy link

Code wise LGTM! I will have time to test this implementation on earliest on Thursday though.

Thank you for the fast implementation, I didn't find the time yet to contribute the PR. 😞

# Conflicts:
#	README.md
#	options.go
@MicahParks
Copy link
Owner Author

I'll keep this PR open until Thursday night EST. Please let me know if any changes would be good or if it's fine as-is, @aklinkert. I'd like to hear your opinion.

Anyone else is free to comment as well.

@MicahParks MicahParks merged commit f76c64f into master Dec 23, 2022
@MicahParks MicahParks deleted the multiple_jwks branch December 23, 2022 02:05
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

Successfully merging this pull request may close these issues.

Support for List of JWKS URLs
2 participants