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

Clarify that getting a JWK is a synchronous operation #151

Merged
merged 2 commits into from
Sep 12, 2022
Merged

Conversation

jimmyjames
Copy link
Contributor

@jimmyjames jimmyjames commented Sep 7, 2022

Documentation-only change to clarify that any of the get(String keyId) implementations of JwkProvider are synchronous. Adding async support is something we can consider in the future (may require a different caching provider, which may also have other benefits, but not a trivial change).

Closes #147

@jimmyjames jimmyjames added the documentation This adds, fixes or improves documentation label Sep 7, 2022
@jimmyjames jimmyjames added this to the v0-Next milestone Sep 7, 2022
@jimmyjames jimmyjames requested a review from a team as a code owner September 7, 2022 01:29
@jimmyjames jimmyjames merged commit b8e840d into master Sep 12, 2022
@jimmyjames jimmyjames deleted the update-docs branch September 12, 2022 13:18
@jimmyjames jimmyjames mentioned this pull request Sep 15, 2022
@jimmyjames jimmyjames modified the milestones: v0-Next, 0.21.2 Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This adds, fixes or improves documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retrieval of Jwk token is blocking
2 participants