Releases: FusionAuth/fusionauth-jwt
Releases · FusionAuth/fusionauth-jwt
5.3.3
- Upgraded com.fasterxml.jackson.core:jackson-* to 2.15.4.
- Upgraded test dependency org.bouncycastle.bc-fips to 1.0.2.5
5.3.1
- Upgraded Jackson Core to 2.15.2.
5.3.0
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
- 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
- Upgraded Jackson Core to 2.14.0
5.2.2
- Upgraded Jackson Core to 2.13.4.
5.2.1
Upgrade Jackson to 2.13.3
5.2.0
Add a new decode method that takes a Function instead of a Map of Verifiers.
5.1.2
Proactive patch for CVE-2022-21449 ahead of the fix that should be coming for the JDK.