Releases: lcobucci/jwt
Releases · lcobucci/jwt
Release 3.2.1
Release 3.2.0
Release 3.1.2
Fixes:
- Temporary solution of #106 (to at least make it work on the stable version).
Release 3.1.1
Fixes:
- Typo fix in exception message (#81)
Release 3.1.0
Release 3.0.5
Fixes:
- Using the correct typ header when token is signer (was being changed to "JWS")
Release 3.0.4
Fixes:
- Using the proper curves for ECDSA signer (fixes #30)
Release 3.0.3
Fixes
- Adding type cast to ValidationData (fixes #28)
Version 3.0.2
Fixes:
- Delegate the payload generation to Builder and Parser (#25)
Version 2.1.2
Fixes:
- Removing possible warning in HMAC signer caused by invalid argument (#24)