github MicahParks/keyfunc v1.7.0
Allow JWKS JSON to be made into Given Keys

latest releases: v3.8.0, v3.7.0, v3.6.2...
3 years ago

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:

Don't miss a new keyfunc release

NewReleases is sending notifications on new releases.