algsupport / yii2-authclient
External authentication via OAuth and OpenID for the Yii framework
Package info
github.com/algsupport/yii2-authclient
Type:yii2-extension
pkg:composer/algsupport/yii2-authclient
v0.0.4
2024-05-20 20:45 UTC
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: 2026-02-21 00:52:50 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.