Releases: agilezebra/jwt-middleware
Releases · agilezebra/jwt-middleware
v1.2.6
v1.2.5
bump version
v1.2.4
fix .traefik.yml
v1.2.3
Repo change
v1.2.2
What's Changed
- Allow
Bearer
token 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: Brainnwave/jwt-middleware@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: Brainnwave/jwt-middleware@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: Brainnwave/jwt-middleware@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.