Authentication and authorization for users in Yii2

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: