algsupport / yii2-authclient
External authentication via OAuth and OpenID for the Yii framework
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 246
Open Issues: 0
Type:yii2-extension
Requires
- algsupport/yii2: *
- algsupport/yii2-httpclient: ~2.0.5
- paragonie/random_compat: >=1
- web-token/jwt-library: ^3.4
This package is auto-updated.
Last update: 2024-10-20 21:49:01 UTC
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 algsupport/yii2-authclient
or add
"algsupport/yii2-authclient": "~2.2.0"
to the require
section of your composer.json.