Skip to content

Releases: agilezebra/jwt-middleware

v1.2.14

16 Apr 10:19

Choose a tag to compare

What's Changed

Full Changelog: v1.2.13...v1.2.14

v1.2.13

22 Mar 12:01

Choose a tag to compare

What's Changed

Full Changelog: v1.2.12...v1.2.13

v1.2.12

17 Mar 21:56
72cf2ee

Choose a tag to compare

What's Changed

Full Changelog: v1.2.11...v1.2.12

v1.2.11

16 Mar 17:04

Choose a tag to compare

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

14 Mar 08:50
b16622c

Choose a tag to compare

What's Changed

Full Changelog: v1.2.9...v1.2.10

v1.2.9

13 Mar 22:10
506016a

Choose a tag to compare

What's Changed

  • Add delayPrefetch and refreshKeysInterval options by @agilezebra in #38

Full Changelog: v1.2.8...v1.2.9

v1.2.8

11 Mar 16:45
cf0dac2

Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.2.8

v1.2.7

09 Mar 00:46
ae38e7b

Choose a tag to compare

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

27 Jan 14:01

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

Choose a tag to compare

bump version