SebScoFr
SebScoFr
Would love to see a patch for Slack3 as well :)
Yes that is what I meant, I think a Flex recipe should be submitted to https://github.com/symfony/recipes at some point, but this is not a blocker, maybe a bit confusing for...
@Luitame If you are using SF4, make sure your **fos_auth_server.yaml** looks something like this (note the *db_driver* section): ```yml fos_oauth_server: db_driver: mongodb client_class: App\Document\Client access_token_class: App\Document\AccessToken refresh_token_class: App\Document\RefreshToken auth_code_class: App\Document\AuthCode...
@Sengorius @chriskaya The error message is pretty straightforward ``` The service "fos_oauth_server.controller.authorize" has a dependency on a non-existent service "templating" ``` You need to run `composer require symfony/templating`