commonmode / yii2-openidconnect
OpenID Connect AuthClient for Yii 2 Framework
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Type:yii2-extension
Requires
- spomky-labs/jose: ~5.0.6
- yiisoft/yii2-authclient: ~2.1.0
This package is not auto-updated.
Last update: 2025-03-29 22:27:55 UTC
README
OpenID Connect AuthClient for Yii 2 Framework
This extension adds 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 commonmode/yii2-openidconnect
or add
"commonmode/yii2-openidconnect": "~1.0.0"
to the require
section of your composer.json.