auth0 / jwks-rsa-java

MIT License
195 stars 73 forks source link

Clarify that getting a JWK is a synchronous operation #151

Closed jimmyjames closed 2 years ago

jimmyjames commented 2 years ago

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