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).
Documentation-only change to clarify that any of the
get(String keyId)
implementations ofJwkProvider
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