[extension] rhertogh/yii2-oauth2-server




 


   


Oauth2 + OpenID Connect Extension for Yii 2

  1. Installation
  2. Documentation
  3. Contributing
  4. Reporting Security issues
  5. Versioning & Change Log
  6. Directory Structure
  7. Credits
  8. License






The Yii2-Oauth2-Server is an extension for Yii framework 2.0 applications and provides
an Oauth2 server based on the League OAuth2 server.
The server also supports OpenID Connect Core.
For license information please check the LICENSE-file.
Documentation is at docs/guide/README.md.
If you're not yet familiar with Oauth 2 check out [An Illustrated Guide to OAuth and OpenID Connect](
https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc)
Installation

  • The minimum required PHP version is 7.4.
  • The minimum required Yii version is 2.0.43.

composer install rhertogh/yii2-oauth2-server

Full installation details can be found in the docs under Installing the Yii2-Oauth2-Server
Documentation There are two main sections in the documentation

Contributing The framework is Open Source. You can help by:

Reporting Security issues In case you found a security issue please [contact us directly](
https://docs.google.com/forms/d/e/1FAIpQLSfiJD1loIfsPtdLi6e0d7cyqtElXOrX_mdVAF6cTJJRDy1JOA/viewform)
DO NOT use the issue tracker or discuss it in the public forum as it will cause more damage than help.
Versioning & Change Log The Yii2-Oauth2-Server follows Semantic Versioning 2.0
Please see the Change Log for more information on version history.
Directory Structure docker/ Docker container definition
docs/ Documentation (for both usage and development)
sample/ Sample app for the server
src/ Yii2-Oauth2-Server source
tests/ Codeception unit and functional tests

Credits

License The Yii2-Oauth2-Server is free software. It is released under the terms of the Apache License.
Please see LICENSE.md for more information.