Исправлен парсинг списка скоупов, если передан массив

Fixes ACCOUNTS-2NA
This commit is contained in:
ErickSkrauch
2017-10-04 14:42:48 +03:00
parent 839257e32a
commit 3143d2fc26
5 changed files with 37 additions and 10 deletions

View File

@@ -27,7 +27,6 @@ class Component extends BaseComponent {
$authServer->setSessionStorage(new Storage\SessionStorage());
$authServer->setAuthCodeStorage(new Storage\AuthCodeStorage());
$authServer->setRefreshTokenStorage(new Storage\RefreshTokenStorage());
$authServer->setScopeDelimiter(',');
$authServer->setAccessTokenTTL(86400); // 1d
$authServer->addGrantType(new Grants\AuthCodeGrant());