⚠️ Deprecation NoticeThis project is deprecated and no longer maintained.
Implement OAuth2 directly using a maintained solution such as:
- OAuth2 Client Bundle: https://github.com/knpuniversity/oauth2-client-bundle
- HWIOAuthBundle: https://github.com/hwi/HWIOAuthBundle
The bundle aims to help with user management, including:
- Forms (Login, SSO Azure)
- Commands to generate, promote and demote users
- A EasyAdmin interface to manage users
You can check docs here
The current version of the bundle works with Symfony 6.0+. The project follows SemVer.
You can check the changelog.
Feel free to contribute, like sending pull requests to add features/tests or creating issues
Note there are a few helpers to maintain code quality, that you can run using these commands:
composer cs # Code style check
composer stan # Static analysis
vendor/bin/simple-phpunit # Run tests