JSON Web Token Authentication for Laravel and Lumen
composer require "tymon/jwt-auth:2.0.x-dev"
| 包名 | 版本要求 |
|---|---|
| illuminate/contracts | ^6|^7 |
| illuminate/http | ^6|^7 |
| illuminate/support | ^6|^7 |
| lcobucci/jwt | ^3.2 |
| nesbot/carbon | ^2.0 |
| php | ^7.4 |
| web-token/jwt-checker | ^2.1 |
| web-token/jwt-core | ^2.1 |
| web-token/jwt-key-mgmt | ^2.1 |
| web-token/jwt-signature | ^2.1 |
| web-token/jwt-signature-algorithm-ecdsa | ^2.1 |
| web-token/jwt-signature-algorithm-hmac | ^2.1 |
| web-token/jwt-signature-algorithm-rsa | ^2.1 |
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | ^6|^7 |
| illuminate/console | ^6|^7 |
| illuminate/database | ^6|^7 |
| illuminate/routing | ^6|^7 |
| mockery/mockery | ^1.0 |
| phpunit/phpunit | ^8.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2020-03-03 17:09:34 |
| 类型 | library |