skeeks / cms-authclient
Authorization by social networks for SkeekS CMS
Installs: 2 162
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Type:yii2-extension
Requires
- skeeks/cms: ^5.0 || ^6.0 || dev-master
- yiisoft/yii2-authclient: ^2.0
This package is auto-updated.
Last update: 2024-10-17 09:08:55 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-authclient "*"
or add
"skeeks/cms-authclient": "*"
Configuration app
'components' => [ 'authClientCollection' => [ 'class' => 'skeeks\cms\authclient\CmsAuthClientCollection', 'clients' => [ //clients configs ] ], 'authClientSettings' => [ //clients configs in a database 'class' => 'skeeks\cms\authclient\CmsAuthClientSettings', ], 'i18n' => [ 'translations' => [ 'skeeks/authclient' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@skeeks/cms/authclient/messages', 'fileMap' => [ 'skeeks/authclient' => 'main.php', ], ] ] ], ], 'modules' => [ 'authclient' => [ 'class' => 'skeeks\cms\authclient\CmsAuthclientModule', ] ]
##Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com