Releases: agilezebra/jwt-middleware
v1.2.4
fix .traefik.yml
v1.2.3
Repo change
v1.2.2
What's Changed
- Allow
Bearertoken prefix to be case-insensitive by @emsearcy in https://github.com/Brainnwave/jwt-middleware/pull/26
New Contributors
- @emsearcy made their first contribution in https://github.com/Brainnwave/jwt-middleware/pull/26
Full Changelog: https://github.com/Brainnwave/jwt-middleware/compare/v1.2.1...v1.2.2
v1.2.1
Slightly breaking change: the {{.EscapedURL}} variable introduced last week is now replaced with a function used on the URL variable {{URLQueryEscape .URL}}.
v1.2.0
Slightly breaking change: the {{.EscapedURL}} variable introduced last week is now replaced with a function used on the URL variable {{URLQueryEscape .URL}}.
v1.1.15
What's Changed
- Add {{.EscapedURL}} and {{.Method}} template parameters by @agilezebra in https://github.com/Brainnwave/jwt-middleware/pull/24
Full Changelog: https://github.com/Brainnwave/jwt-middleware/compare/v1.1.14...v1.1.15
v1.1.14
What's Changed
- Add support for GRPC error codes if original request was of type grpc by @cmartell-at-ocp in https://github.com/Brainnwave/jwt-middleware/pull/21
- GRPC error code support by @agilezebra in https://github.com/Brainnwave/jwt-middleware/pull/23
New Contributors
- @cmartell-at-ocp made their first contribution in https://github.com/Brainnwave/jwt-middleware/pull/21
Full Changelog: https://github.com/Brainnwave/jwt-middleware/compare/v1.1.13...v1.1.14
v1.1.13
Add secrets map to allow multiple kid->secret preloaded keys.
Add skipPrefetch to skip prefetching of keys from issuers.
Change purging of keys no longer returned on an issuer JWKS key fetch to the reference counted.
v1.1.12
fix spurious fetch message when using using fallback HMAC key
v1.1.11
Add insecureSkipVerify option
Improve error reporting for issues with key resolution