https://github.com/skeeks-cms/cms-authclient
Authorization by social networks for SkeekS CMS
https://github.com/skeeks-cms/cms-authclient
auth authclient skeeks skeeks-cms skeekscms social-network yii yii2 yii2-extension
Last synced: 8 months ago
JSON representation
Authorization by social networks for SkeekS CMS
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-authclient
- Owner: skeeks-cms
- License: bsd-3-clause
- Created: 2016-04-16T16:04:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T08:11:36.000Z (about 2 years ago)
- Last Synced: 2025-01-31T20:55:49.642Z (over 1 year ago)
- Topics: auth, authclient, skeeks, skeeks-cms, skeekscms, social-network, yii, yii2, yii2-extension
- Language: PHP
- Homepage: http://cms.skeeks.com
- Size: 62.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Authorization by social networks for SkeekS CMS
===================================
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist skeeks/cms-authclient "*"
```
or add
```
"skeeks/cms-authclient": "*"
```
Configuration app
----------
```php
'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
* [Web site](http://en.cms.skeeks.com)
* [Web site (rus)](http://cms.skeeks.com)
* [Author](http://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms-authclient/blob/master/CHANGELOG.md)
___
> [](https://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)