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

Question: Why is there an ErrMultipleJWKSSize Error #87

Closed
Robbilie opened this issue May 11, 2023 · 3 comments · Fixed by #88
Closed

Question: Why is there an ErrMultipleJWKSSize Error #87

Robbilie opened this issue May 11, 2023 · 3 comments · Fixed by #88

Comments

@Robbilie
Copy link

I am curious why there is such an error. I built an application that accepts one or multiple jwks urls and I need to build around this due to this error :/

@MicahParks
Copy link
Owner

MicahParks commented May 13, 2023

Thank you for making this issue, @Robbilie.

My initial thought is there is a technical reason I made this limitation. Perhaps I instead made this decision to discourage people from using MultipleJWKS because it's less efficient, but the difference shouldn't be noticeable. I'm reading through the code now. If there's no technical reason for this limitation, I may change it from 2 to 1.

@MicahParks
Copy link
Owner

It looks like there is no technical limitation. @Robbilie, the behavior has changed to what you expect in release v2.0.2.

@Robbilie
Copy link
Author

Much appreciated, one less if statement in my code then :P

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 a pull request may close this issue.

2 participants