mikk150 / yii2-authclient-cachestatestorage
yii2 oauth2 cache state storage
Installs: 1 245
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2-authclient: ~2.1.0
Requires (Dev)
- phpunit/phpunit: 4.8.34
This package is auto-updated.
Last update: 2021-04-22 11:26:45 UTC
README
Cache state storage for Yii2 authclient
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist mikk150/yii2-authclient-cachestatestorage
or add
"mikk150/yii2-authclient-cachestatestorage": "~1.0.0"
to the require
section of your composer.json.