vityachis / yii2-authclient
External authentication via OAuth and OpenID for the Yii framework
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 246
Type:yii2-extension
Requires
- yiisoft/yii2-httpclient: ~2.0.5
Requires (Dev)
- phpunit/phpunit: 4.8.27|~5.7.21|^6.2
Suggests
- spomky-labs/jose: required for JWS,JWT or JWK related flows like OpenIDConnect
README
AuthClient Extension for Yii 2
This extension adds OpenID, OAuth, OAuth2 and OpenId Connect consumers for the Yii framework 2.0.
For license information check the LICENSE-file.
Documentation is at docs/guide/README.md.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist vityachis/yii2-authclient
or add
"vityachis/yii2-authclient": "~2.1.0"
to the require
section of your composer.json.