zacksleo / yii2-authclient
Yii AuthClient for LianLuo
Installs: 679
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2-authclient: ^2.1
This package is auto-updated.
Last update: 2024-11-08 07:42:10 UTC
README
Yii AuthClient for Lianluo ( mops-ucenter.lianluo.com)
Demo
Config Setting
'components' => [
'authClientCollection' => [
'class' => 'yii\authclient\Collection',
'clients' => [
'lianluo' => [
'class' => 'zacksleo\yii2\authclient\clients\Lianluo',
'clientId' => 'appkey',
'clientSecret' => 'appsecret'
]
],
],
// other components
]
More
More Docs at yii2-authclient