Name Last update
..
clients Loading commit data...
signature Loading commit data...
views Loading commit data...
widgets Loading commit data...
AuthAction.php Loading commit data...
BaseOAuth.php Loading commit data...
ClientInterface.php Loading commit data...
ClientTrait.php Loading commit data...
Collection.php Loading commit data...
LICENSE.md Loading commit data...
OAuth1.php Loading commit data...
OAuth2.php Loading commit data...
OAuthToken.php Loading commit data...
OpenId.php Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...

AuthClient Extension for Yii 2

This extension adds OpenID, OAuth and OAuth2 consumers for the Yii 2 framework.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require yiisoft/yii2-authclient "*"

or add

"yiisoft/yii2-authclient": "*"

to the require section of your composer.json.

Usage & Documentation

This extension...