Releases: sizeg/yii2-jwt
Releases · sizeg/yii2-jwt
Added PHP 8 support
Upgraded lcobucci/jwt package version to ~4.2.1.
Aded PHP 8 support.
This release partially compatible with previous 2.x versions, please follow to README.md for more information.
Tag a branch for v3.3
Added license BSD-3-Clause
v2.0.1.1 Added license
Fixed catch InvalidArgumentException in Jwt::loadToken()
Merge pull request #26 from berosoboy/master Fixed catch InvalidArgumentException in Jwt::loadToken()
Migration to the lcobucci/jwt v3.3
Minimal PHP version up to 5.6.
Updated lcobucci/jwt
package to version 3.3 (this is adoption package to 4.0 version).
Added JwtValidationData
class to configure ValidationData informing all claims you want to validate the token.
Added usage example of JwtValidationData
under Yii2 basic template example
section.
Updated README.md examples according to deprecated methods.
P.S. This release should be fully compatible (except php version) to ^1.2 but try it on your own and test before release.
Updated readme
v1.2.1 Added table of contents
Added supported algorithms
v1.2.0 Added supported algorithms
Updated lcobucci/jwt package version to ~3.2.0
Fix dependence packages to php 5.5
v1.0.4: Merge pull request #4 from AnatolyRugalev/master
Added \InvalidArgumentException handling
v1.0.3: Merge pull request #2 from AnatolyRugalev/parse-exception-handling
Added parse exception handling