/yii2-oauth2-server-fix

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

Primary LanguagePHPMIT LicenseMIT

yii2-oauth2-server

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