Skip to content

Releases: lcobucci/jwt

Release 3.2.1

31 Oct 20:19
Compare
Choose a tag to compare

Enhancement:

  • #116 - Use DateTimeInteface on Token#isExpired();

Fixes:

  • #132 - Raise exception on RSA sign failure

Release 3.2.0

13 Aug 23:32
Compare
Choose a tag to compare

Improvement:

  • #102 - Make ECDSA signer compatible with keys generated by openssl;
  • #108 - Add a way to know if the token is expired or not.

Fixes:

  • #105 - Catch openssl errors properly while validating the keys.

Release 3.1.2

27 Jul 11:12
Compare
Choose a tag to compare

Fixes:

  • Temporary solution of #106 (to at least make it work on the stable version).

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)