mycontroller / passport
Laravel Passport provides OAuth2 server support to Laravel.
v4.0.5
2020-12-31 09:51 UTC
Requires
- php: >=5.6.4
- firebase/php-jwt: ~3.0|~4.0|~5.0
- guzzlehttp/guzzle: ~6.0
- illuminate/auth: ~5.4
- illuminate/console: ~5.4
- illuminate/container: ~5.4
- illuminate/contracts: ~5.4
- illuminate/database: ~5.4
- illuminate/encryption: ~5.4
- illuminate/http: ~5.4
- illuminate/support: ~5.4
- lcobucci/jwt: 3.3.*
- league/oauth2-server: ^6.0
- phpseclib/phpseclib: ^2.0
- symfony/psr-http-message-bridge: ~1.0
- zendframework/zend-diactoros: ~1.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2026-06-13 17:03:24 UTC
README
Introduction
Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use.
本分支的修改内容
为 Passport 定义了专用的数据库连接名 passport_database_connection , 需要自行在配置文件 config/database.php 的 数组中配置.
```
'connections' => [
...
'passport_database_connection' => [
...
],
...
],
```
Official Documentation
Documentation for Passport can be found on the Laravel website.
License
Laravel Passport is open-sourced software licensed under the MIT license.