Added Google auth.

This commit is contained in:
2020-01-11 18:55:08 +03:00
parent 383425d7de
commit 06f20d2a4f
16 changed files with 1074 additions and 16 deletions
+1
View File
@@ -12,4 +12,5 @@ return [
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
];