Skip to content

Releases: FusionAuth/fusionauth-jwt

5.3.2

29 Feb 17:42
Compare
Choose a tag to compare
  • Correct the padding when extracting the r and s components from a DER encoded public key.
    This bug may cause some signatures to be invalid when using ES512.

    Resolves #57

5.3.1

29 Feb 17:39
Compare
Choose a tag to compare
  • Upgraded Jackson Core to 2.15.2.

5.3.0

27 Sep 20:40
Compare
Choose a tag to compare

Add support for providing your own JWT header. This will enable you to customize the header property order for example.

Resolves #52
Thanks to @mdemille for the request and the PR!

5.2.4

30 May 04:14
Compare
Choose a tag to compare
  • Bind a deserializer using @JsonDeserialize the JWT object for all ZoneDateTime objects. This allows
    you to use any Jackson Object Mapper w/out explicitly binding these deserializers.

5.2.3

15 May 17:25
Compare
Choose a tag to compare
  • Upgraded Jackson Core to 2.14.0

5.2.2

19 Jan 23:58
Compare
Choose a tag to compare
  • Upgraded Jackson Core to 2.13.4.

5.2.1

12 Aug 12:01
Compare
Choose a tag to compare

Upgrade Jackson to 2.13.3

5.2.0

02 May 15:37
Compare
Choose a tag to compare

Add a new decode method that takes a Function instead of a Map of Verifiers.

5.1.2

20 Apr 20:39
Compare
Choose a tag to compare

Proactive patch for CVE-2022-21449 ahead of the fix that should be coming for the JDK.

5.1.1

02 Apr 01:15
Compare
Choose a tag to compare
  • Allow for a 2047 bit RSA key, turns out this is a thing.

Resolves #41
Thanks to @paul-eeoc for opening the issue.