mycontroller/passport

Laravel Passport provides OAuth2 server support to Laravel.


README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d70617373706f72742e737667

Build Status Total Downloads Latest Stable Version License

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.