Releases: bizley/yii2-jwt
Releases · bizley/yii2-jwt
3.0.0
2.0.1
2.0.0
Changes in this fork:
JwtHttpBearerAuth
extendsyii\filters\auth\HttpBearerAuth
now and properly handles authenticating failures.Jwt
component handles all signers provided bylcobucci/jwt
.- Public key can be provided either as file path or Yii alias.
- Validation claims can be provided to test against.
- More tests.
- Minimum Yii version raised to 2.0.14.
- Minimum PHP version raised to 7.1.