bshaffer / oauth2-server-bundle

OAuth2 for your Symfony Application
MIT License
106 stars 72 forks source link

Make all OAuth2-services public #66

Open svenvds opened 6 years ago

svenvds commented 6 years ago

Make all defines services in oauth2-server-bundle/Resources/config/services.xml public so Symfony 3 & Symfony 4 can use them via $controller->get(). Per default all defined services are now private.

services.txt

novacp commented 6 years ago

why? simply inject them