windhoney/yii2-oauth2-server-fix

OAuth2 Server for PHP

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 168

Type:yii2-extension

2.0.6.1 2020-06-05 02:21 UTC

This package is auto-updated.

Last update: 2024-05-05 17:51:27 UTC


README

  • bug修复
  • 修改pdo连接文件,connection参数改为可动态配置
'oauth2' => [
    'class' => '\wind\oauth2\Module',
    'db' => 'rbac_db'//oauth专属db
]