Closed takahashim closed 1 year ago
Fix #156
parse_jwk_key_from_hash() has been added to handle the Hash returned by ::OpenIDConnect.http_client.get(client_options.jwks_uri).body. The implementation of parse_jwk_key() has also been updated to use parse_jwk_key_from_hash().
parse_jwk_key_from_hash()
::OpenIDConnect.http_client.get(client_options.jwks_uri).body
parse_jwk_key()
Thanks, closing in favor of #157.
@takahashim Well done with the initial update and making a PR for a fix as well 🙂
Fix #156
parse_jwk_key_from_hash()
has been added to handle the Hash returned by::OpenIDConnect.http_client.get(client_options.jwks_uri).body
. The implementation ofparse_jwk_key()
has also been updated to useparse_jwk_key_from_hash()
.