Skip to content

Releases: agilezebra/jwt-middleware

v1.2.6

27 Jan 14:01
Compare
Choose a tag to compare

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

14 Nov 11:06
Compare
Choose a tag to compare
bump version

v1.2.4

14 Nov 11:03
Compare
Choose a tag to compare
fix .traefik.yml

v1.2.3

08 Nov 18:12
953647a
Compare
Choose a tag to compare

Repo change

v1.2.2

30 Sep 17:43
280a177
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Brainnwave/jwt-middleware@v1.2.1...v1.2.2

v1.2.1

07 Jun 10:35
Compare
Choose a tag to compare

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

07 Jun 09:15
45ecfaf
Compare
Choose a tag to compare

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

28 May 15:23
7b78357
Compare
Choose a tag to compare

What's Changed

Full Changelog: Brainnwave/jwt-middleware@v1.1.14...v1.1.15

v1.1.14

09 May 09:43
75f5e93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Brainnwave/jwt-middleware@v1.1.13...v1.1.14

v1.1.13

07 May 18:28
e79eaa9
Compare
Choose a tag to compare

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.