flttgo/jwt-auth
JSON Web Token Authentication for Laravel and Lumen
14
| Install | |
|---|---|
composer require flttgo/jwt-auth |
|
| Latest Version: | v0.0.6 |
| PHP: | ^8.1 |
| License: | MIT |
| Last Updated: | Sep 25, 2023 |
| Links: | GitHub · Packagist |
Maintainer: pengleelove
Readme
It's a fork of tymondesigns/jwt-auth
Some changes:
PHPFrom ^8.0 to ^8.1lcobucci/jwtFrom ^4.0 to ^5.0LaravelJust support 10.x now- Support configure token parsers & token key in config file
More, support all phpunit tests.
License
The MIT License (MIT)