Skip to content

Releases: lcobucci/jwt

Release 3.1.1

24 Mar 22:52
Compare
Choose a tag to compare

Fixes:

  • Typo fix in exception message (#81)

Release 3.1.0

05 Dec 17:38
Compare
Choose a tag to compare

Features:

  • Adding methods to check if a header/claim exists (#55)
  • Adding a way to set a default value on getHeader() and getClaim() (#54)
  • Adding a way to configure custom headers (#53)

Release 3.0.5

05 Dec 17:23
Compare
Choose a tag to compare

Fixes:

  • Using the correct typ header when token is signer (was being changed to "JWS")

Release 3.0.4

10 Sep 17:00
Compare
Choose a tag to compare

Fixes:

  • Using the proper curves for ECDSA signer (fixes #30)

Release 3.0.3

10 Sep 16:59
Compare
Choose a tag to compare

Fixes

  • Adding type cast to ValidationData (fixes #28)

Version 3.0.2

03 Aug 20:21
Compare
Choose a tag to compare

Fixes:

  • Delegate the payload generation to Builder and Parser (#25)

Version 2.1.2

11 Jun 16:21
Compare
Choose a tag to compare

Fixes:

  • Removing possible warning in HMAC signer caused by invalid argument (#24)

Version 3.0.1

10 Jun 18:17
Compare
Choose a tag to compare

Fixes:

  • Removing possible warning in HMAC signer caused by invalid argument (#24)

Version 3.0.0

01 Apr 15:59
Compare
Choose a tag to compare

For security reasons we recommend that users upgrade to this last version.

Fixes:

  • Parser is not relying on alg header to retrieve the signature algorithm (#21)

Improvements:

  • Token class simplified (#22)
  • JSON decoder is not converting to arrays anymore (#23)

The major thing of this version is that you should now specify the signer in order to verify a token, so one would not be able to forge tokens with different algorithms than the expected one.

Version 2.1.1

13 Mar 13:57
Compare
Choose a tag to compare
  • Typo fixed (#20)