JSON Web Token Authentication for Laravel and Lumen
composer require "tymon/jwt-auth:1.0.0"
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | ^5.2|^6|^7 |
| illuminate/contracts | ^5.2|^6|^7 |
| illuminate/http | ^5.2|^6|^7 |
| illuminate/support | ^5.2|^6|^7 |
| lcobucci/jwt | ^3.2 |
| namshi/jose | ^7.0 |
| nesbot/carbon | ^1.0|^2.0 |
| php | ^5.5.9|^7.0 |
| 包名 | 版本要求 |
|---|---|
| illuminate/console | ^5.2|^6|^7 |
| illuminate/database | ^5.2|^6|^7 |
| illuminate/routing | ^5.2|^6|^7 |
| mockery/mockery | >=0.9.9 |
| phpunit/phpunit | ~4.8|~6.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2020-03-04 11:21:28 |
| 类型 | library |