Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v5.3.1-20240826: Add NewKeySet method to JWTAuth

Latest

Choose a tag to compare

@alexlovelltroy alexlovelltroy released this 26 Aug 20:52
· 6 commits to alovelltroy/add-jwks-support since this release
7552877
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.