lonelythinker / yii2-authclient
Yii2 authclient extension
Package info
github.com/lonelythinker/yii2-authclient
Type:yii2-extension
pkg:composer/lonelythinker/yii2-authclient
dev-master
2018-06-08 14:38 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-23 14:27:27 UTC
README
"yii authclient","QQ Auth","Wechat Auth","Weibo Auth"
Config Setting
'components' => [
'authClientCollection' => [
'class' => 'yii\authclient\Collection',
'clients' => [
'qq' => [
'class' => 'lonelythinker\yii2\authclient\Qq',
'clientId' => 'qq_appid',
'clientSecret' => 'qq_appkey',
],
'weixin' => [
'class' => 'lonelythinker\yii2\authclient\Weixin',
'clientId' => 'weixin_appid',
'clientSecret' => 'weixin_appkey',
],
'weibo' => [
'class' => 'lonelythinker\yii2\authclient\Weibo',
'clientId' => 'wb_key',
'clientSecret' => 'wb_secret',
],
],
]
// other components
]