yiisoft / yii-auth-client
Yii Framework external authentication via OAuth and OpenID Extension
Fund package maintenance!
Opencollective
yiisoft
Installs: 880
Dependents: 0
Suggesters: 0
Security: 0
Stars: 26
Watchers: 24
Forks: 14
Open Issues: 8
Requires
- php: ^7.4|^8.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-factory-implementation: 1.0
- psr/http-message: ^1.0
- psr/http-message-implementation: 1.0
- psr/log-implementation: ^1.0
- psr/simple-cache-implementation: ^1.0
- yiisoft/assets: ^4.0
- yiisoft/json: ^1.0
- yiisoft/session: ^2.0
- yiisoft/view: ^8.0
- yiisoft/widget: ^2.0
Requires (Dev)
- kriswallsmith/buzz: ^1.1
- nyholm/psr7: ^1.3
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.16
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.18
- yiisoft/cache: ^1.0
- yiisoft/di: ^1.0
- yiisoft/log: ^1.0
- yiisoft/psr-dummy-provider: *
- yiisoft/router-fastroute: ^1.0
Suggests
- web-token/jwt-checker: required for JWS, JWT or JWK related flows like OpenIDConnect
- web-token/jwt-key-mgmt: required for JWS, JWT or JWK related flows like OpenIDConnect
- web-token/jwt-signature: required for JWS, JWT or JWK related flows like OpenIDConnect
- web-token/jwt-signature-algorithm-ecdsa: required for JWS, JWT or JWK related flows like OpenIDConnect
- web-token/jwt-signature-algorithm-hmac: required for JWS, JWT or JWK related flows like OpenIDConnect
- web-token/jwt-signature-algorithm-rsa: required for JWS, JWT or JWK related flows like OpenIDConnect
This package is auto-updated.
Last update: 2024-10-25 14:21:32 UTC
README
Yii External Authentication
This extension adds OAuth, OAuth2 and OpenId Connect consumers for the Yii framework.
Requirements
- PHP 7.4 or higher.
Installation
The package could be installed with Composer:
composer require yiisoft/yii-auth-client
Documentation
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
License
The Yii External Authentication is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.