Skip to content

Allow JWKS JSON to be made into Given Keys

Compare
Choose a tag to compare
@MicahParks MicahParks released this 30 Nov 13:49
· 62 commits to master since this release
cea8844

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: