Releases: alexlovelltroy/jwtauth
Releases · alexlovelltroy/jwtauth
v5.1.0-20240826: Merge pull request #1 from alexlovelltroy/alovelltroy/add-jwks-support
Add NewKeySet method to JWTAuth
v5.3.1-20240826: Add NewKeySet method to JWTAuth
This commit adds support for KeySets through a new method `NewKeySet` to the `JWTAuth` struct. It includes tests and comments that seek to explain how it works inline. There's also an example in the _example directory that shows how to use and rotate a KeySet.