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 a method to manually refresh the JWKS #40

Closed
MicahParks opened this issue Jul 24, 2022 · 1 comment
Closed

Add a method to manually refresh the JWKS #40

MicahParks opened this issue Jul 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@MicahParks
Copy link
Owner

This new method should accept a boolean argument, ignoreRateLimit. If set to true, the method will refresh the JWKS ignoring the rate limit. If set to false, it would behave as a channel send currently does for *keyfunc.JWKS's refreshRequests field.

@MicahParks
Copy link
Owner Author

Maybe it'd be best to make the method's argument a struct instead of a bool, since it's possible more options may be desirable in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant