vlassiuk / yii2-auth
Module allow do authenticate users by social networks accaunt, create users account, profiles, check access rights, etc
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
- yiisoft/yii2-authclient: ^2.1
README
Module allow authenticate users by social networks accaunt, create users account, profiles, check access rights, etc
Installation
The preferred way to install this extension is through composer.
Either run
composer require vlassiuk/yii2-auth
or add
"vlassiuk/yii2-auth": "*"
to the require section of your composer.json
file.
Usage
//TODO: