mitoop / jwt-auth
JSON Web Token Authentication for Laravel and Lumen
Fund package maintenance!
Patreon
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mitoop/jwt-auth
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.