mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Missing OAuth Service Provider
This commit is contained in:
@@ -33,6 +33,7 @@ use Symfony\Component\HttpFoundation\Response;
|
||||
return call_user_func(function ($environment = PhraseaApplication::ENV_PROD) {
|
||||
$app = new PhraseaApplication($environment);
|
||||
|
||||
$app->register(new OAuth2());
|
||||
$app->register(new V1());
|
||||
$app->loadPlugins();
|
||||
|
||||
|
Reference in New Issue
Block a user