Releases: lcobucci/jwt
Releases · lcobucci/jwt
Version 3.0.1
Fixes:
- Removing possible warning in HMAC signer caused by invalid argument (#24)
Version 3.0.0
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:
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
- Typo fixed (#20)
Version 2.1.0
New features:
- RSA signers
- ECDSA signers
- Token::getClaim() method
Improved readme
1.0.1
1.0.0: * JWT plain token creation
Implemented features
- JWT plain token creation
- JWS with HMAC-SHA256, HMAC-SHA384 and HMAC-SHA512 creation
- Parsing JWT/JWS from strings