Skip to content

Releases: bizley/yii2-jwt

3.0.0

28 Nov 15:36
14415ee
Compare
Choose a tag to compare

This version supports lcobucci/jwt v4.

Please read the documentation because it's significantly different from 2.x and lcobucci/jwt v3.

Also added:

  • Infection tests
  • PHPStan analysis

2.0.1

28 Nov 15:22
bb49147
Compare
Choose a tag to compare
  • Switched to Github actions.
  • Some cleaning before v3.0.

2.0.0

03 Nov 19:38
Compare
Choose a tag to compare

Changes in this fork:

  • JwtHttpBearerAuth extends yii\filters\auth\HttpBearerAuth now and properly handles authenticating failures.
  • Jwt component handles all signers provided by lcobucci/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.