Skip to content

2.0.0

Compare
Choose a tag to compare
@bizley bizley released this 03 Nov 19:38
· 140 commits to master since this release

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.