windhoney / yii2-oauth2-server-fix

fork from filsh/yii2-oauth2-server;A wrapper for implementing an OAuth2 Server(https://github.com/bshaffer/oauth2-server-php)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yii2-oauth2-server

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

About

fork from filsh/yii2-oauth2-server;A wrapper for implementing an OAuth2 Server(https://github.com/bshaffer/oauth2-server-php)

License:MIT License


Languages

Language:PHP 100.0%