mycontroller/passport

Laravel Passport provides OAuth2 server support to Laravel.

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 786

pkg:composer/mycontroller/passport


README

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.