Skip to content

Releases: FusionAuth/fusionauth-jwt

3.1.7

01 Apr 18:06

Choose a tag to compare

Added support for providing your own crypto provider. This allows you to use BC FIPS, or other JCE security provider if you wish.

3.1.6

31 Oct 14:30

Choose a tag to compare

Added support to take an ECPublicKey or RSAPublicKey object in addition to a PEM formatted key. Thanks to @EdMcBane for the suggestion.

3.1.5

31 Oct 14:29

Choose a tag to compare

Add explicit Jackson serializer configuration for ZonedDateTime fields in case anyone wants to serialize the object directly with a Jackson ObjectMapper.

3.1.4

17 Oct 04:27

Choose a tag to compare

Upgraded Jackson Core, Databind and Annotations to 2.10.0.

3.1.3

17 Oct 04:27

Choose a tag to compare

3.1.2

17 Oct 04:27

Choose a tag to compare

Upgraded Jackson Databind to 2.9.9.1. This upgrade addresses CVE-2019-12814.

3.1.1

23 May 17:01

Choose a tag to compare

Changes in 3.1.1

3.1.0

26 Apr 16:48

Choose a tag to compare

Changes in 3.1.0

  • Added Signer.getKid() with a default impl to throw UnsupportedOperationException(), this allows the JWTEncoder.encode to add a 'kid' by default. This makes it more consistent with the JWTDecoder.

3.0.4

23 Apr 23:00

Choose a tag to compare

Changes in 3.0.4

  • Add PEM.encode(Certificate certificate) and PEMEncoder.encode(Certificate certificate)

3.0.3

08 Mar 23:31

Choose a tag to compare

Changes in 3.0.3

  • Remove throws from OpenIDConnect utility methods