Skip to content

Releases: FusionAuth/fusionauth-jwt

3.1.5

31 Oct 14:29
Compare
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
Compare
Choose a tag to compare

Upgraded Jackson Core, Databind and Annotations to 2.10.0.

3.1.3

17 Oct 04:27
Compare
Choose a tag to compare

3.1.2

17 Oct 04:27
Compare
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
Compare
Choose a tag to compare

Changes in 3.1.1

3.1.0

26 Apr 16:48
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes in 3.0.3

  • Remove throws from OpenIDConnect utility methods

3.0.2

23 Feb 17:45
Compare
Choose a tag to compare

Changes in 3.0.2

  • Add JWTUtils.decodePayload and decodeHeader as a utility to decode a JWT, this is an unsafe and should only be used for utility not to verify the JWT. Thanks @Ostico for the suggestion.

3.0.1

29 Jan 17:53
Compare
Choose a tag to compare

Changes in 3.0.1

  • Remove un-needed line return at the end of the PEM when encoding a PEM string.