OAuth2ServerBundle is a Symfony bundle integrating the oauth2-server library into Symfony applications.
Replacement of trikoder/oauth2-bundle made in coordination with trikoder and Symfony core team members in order to improve its maintenance, keep it in sync with Symfony developments and reduce the friction that vendor-overdiversification causes to end users.
-
Require the bundle using Composer:
composer require league/oauth2-server-bundle
-
Require Doctrine to use it as persistence layer:
composer require doctrine/doctrine-bundle doctrine/orm
The docs can be found in the docs/
directory of this repository.
See the LICENSE file for copyrights and limitations (MIT).