Skip to content

Releases: agilezebra/jwt-middleware

v1.3.4

23 Oct 17:11
5865877

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

21 Oct 22:15
4e2d56d

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

22 Jul 16:33

Choose a tag to compare

Always arbitrarily delete headers named in headerMap when receiving a no-token optional request.
Delete existing header values prior to setting to avoid multi-value behaviour.
Full Changelog: v1.3.1...v1.3.2

v1.3.1

18 Jul 14:58
765fe36

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Jul 21:48
604823b

Choose a tag to compare

What's Changed

  • Mimic V3 traefik logging with output direct to stderr by @agilezebra in #56
  • DEBUG and ERROR use the stdout and logger->stderr mechanisms which are picked up by traefik and decorated and formatted by its logger
  • INFO and WARN output directly to stderr and are formatted to match the traefik logger output. This means INFO and WARN output should look a lot better in v3, with info message neither showing as ERR not hiding if debug level is not enabled. In v2 traefik the logged messages won't quite look as consistent, given the v2 logger doesn't use this format, but they will all be present and otherwise correct.
    infoToStdout option now has no effect.

Full Changelog: v1.2.19...v1.3.0

v1.2.19

07 Jul 12:50
ca404ef

Choose a tag to compare

What's Changed

  • Fix issue: 54 integer precision loss when decoding jwt payload json by @agilezebra in #55
    use jwt.WithJSONNumber() for JWT parsing

Full Changelog: v1.2.18...v1.2.19

v1.2.18

03 Jul 11:41
3b11569

Choose a tag to compare

What's Changed

Full Changelog: v1.2.17...v1.2.18

v1.2.17

11 Jun 07:41
2f4b8e8

Choose a tag to compare

What's Changed

Full Changelog: v1.2.16...v1.2.17

v1.2.16

07 Jun 14:29
bee314e

Choose a tag to compare

What's Changed

Full Changelog: v1.2.15...v1.2.16

v1.2.15

30 May 10:15
945e83f

Choose a tag to compare

What's Changed

  • Handle JSON types of array, object, null and boolean in claim->header by @agilezebra in #48

Full Changelog: v1.2.14...v1.2.15