8000 Releases · alexlovelltroy/jwtauth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: alexlovelltroy/jwtauth

v5.1.0-20240826: Merge pull request #1 from alexlovelltroy/alovelltroy/add-jwks-support

26 Aug 20:45
1397fb7
Compare
Choose a tag to compare

v5.3.1-20240826: Add NewKeySet method to JWTAuth

26 Aug 20:52
7552877
Compare
Choose a tag to compare
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.
0