Releases: agilezebra/jwt-middleware
Releases · agilezebra/jwt-middleware
v1.2.12
What's Changed
- Merge HS512 addition from rickymax by @agilezebra in #41
- HS384 by @agilezebra in #42
Full Changelog: v1.2.11...v1.2.12
v1.2.11
What's Changed
- call defer response.Body.Close() for http.Client.Get calls to openid endpoints
- Support "BEGIN PUBLIC KEY" for both EC and RSA public key PEMs
Full Changelog: v1.2.10...v1.2.11
v1.2.10
v1.2.9
What's Changed
- Add delayPrefetch and refreshKeysInterval options by @agilezebra in #38
Full Changelog: v1.2.8...v1.2.9
v1.2.8
v1.2.7
What's Changed
- Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #33
- strip padding; add error messages for bad decoding by @agilezebra in #35
Full Changelog: v1.2.6...v1.2.7
v1.2.6
Added optional logging of info messages to DEBUG level by setting infoToStdout
to true, enabling use of workaround for plugins to log via fmt.Printf -> STDOUT -> DEBUG log. The workaround seems to only work for traefik v3 onwards.
v1.2.5
bump version
v1.2.4
fix .traefik.yml
v1.2.3
Repo change