zacksleo / yii2-authclient
Yii AuthClient for LianLuo
Package info
github.com/zacksleo/yii2-authclient
Type:yii2-extension
pkg:composer/zacksleo/yii2-authclient
1.1
2017-03-16 16:26 UTC
Requires
- yiisoft/yii2-authclient: ^2.1
This package is auto-updated.
Last update: 2026-03-08 10:26:05 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