Multiple JWK Set support
The purpose of this release is to add support for multiple JWK Sets. Through the use of the new keyfunc.GetMultiple
function, package users can now specify multiple remote JWK Set resources and produce one jwt.Keyfunc
.
It is not recommended to use the RefreshUnknownKID
field on keyfunc.Option
field when using multiple JWK Sets.
Thank you to @aklinkert for this feature request!
Related issues:
Related pull requests: