Fusionauth Jwt Versions Save

A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day.

5.3.2

2 months ago

5.3.1

2 months ago
  • Upgraded Jackson Core to 2.15.2.

5.3.0

7 months ago

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

Resolves https://github.com/FusionAuth/fusionauth-jwt/issues/52 Thanks to @mdemille for the request and the PR!

5.2.4

11 months ago
  • 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

1 year ago
  • Upgraded Jackson Core to 2.14.0

5.2.2

1 year ago
  • Upgraded Jackson Core to 2.13.4.

5.2.1

1 year ago

Upgrade Jackson to 2.13.3

5.2.0

2 years ago

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

5.1.2

2 years ago

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

5.1.1

2 years ago
  • Allow for a 2047 bit RSA key, turns out this is a thing.

Resolves https://github.com/FusionAuth/fusionauth-jwt/issues/41 Thanks to @paul-eeoc for opening the issue.