mitoop / jwt-auth
JSON Web Token Authentication for Laravel and Lumen
Fund package maintenance!
Patreon
v1.3.1
2023-10-08 11:21 UTC
Requires
- php: ^8.1
- illuminate/auth: ^10.0
- illuminate/contracts: ^10.0
- illuminate/http: ^10.0
- illuminate/support: ^10.0
- lcobucci/jwt: ^5.0
- nesbot/carbon: ^2.0
Requires (Dev)
- illuminate/console: ^10.0
- illuminate/database: ^10.0
- illuminate/routing: ^10.0
- mockery/mockery: >=0.9.9
- phpunit/phpunit: ^9.4
README
It's a fork of tymondesigns/jwt-auth v2.0.0
Some changes:
PHP
^8.0 to ^8.1lcobucci/jwt
^4.0 to ^5.0Laravel
support Laravel 10.* only, will support Laravel 11.* and onwards- Remove original deprecated class and code
- Support for configuration token parsers and token key in config file
More, continue to support all unit tests.