Skip to content

Releases: agilezebra/jwt-middleware

v1.2.4

14 Nov 11:03

Choose a tag to compare

fix .traefik.yml

v1.2.3

08 Nov 18:12
953647a

Choose a tag to compare

Repo change

v1.2.2

30 Sep 17:43
280a177

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Brainnwave/jwt-middleware/compare/v1.2.1...v1.2.2

v1.2.1

07 Jun 10:35

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

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

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Brainnwave/jwt-middleware/compare/v1.1.14...v1.1.15

v1.1.14

09 May 09:43
75f5e93

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Brainnwave/jwt-middleware/compare/v1.1.13...v1.1.14

v1.1.13

07 May 18:28
e79eaa9

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.

v1.1.12

01 May 06:31

Choose a tag to compare

fix spurious fetch message when using using fallback HMAC key

v1.1.11

20 Mar 07:01
309fa54

Choose a tag to compare

Add insecureSkipVerify option
Improve error reporting for issues with key resolution