Allow JWKS JSON to be made into Given Keys
The purpose of this release is to add a function that can transform raw JWKS JSON into map[string]keyfunc.GivenKey
. This supports the use case where JWKS JSON is given, but a remote resource is also needed via keyfunc.Get
. The map[string]keyfunc.GivenKey
can be passed via the GivenKeys
field in the keyfunc.Options
argument.
Thank you to @sean-rn for this contribution!
Related issues:
Related pull requests: