mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Actually use finalizedScopes in access token
This commit is contained in:
parent
a479b5762e
commit
acf16e924a
@ -199,7 +199,7 @@ class ImplicitGrant extends AbstractAuthorizeGrant
|
|||||||
$this->accessTokenTTL,
|
$this->accessTokenTTL,
|
||||||
$authorizationRequest->getClient(),
|
$authorizationRequest->getClient(),
|
||||||
$authorizationRequest->getUser()->getIdentifier(),
|
$authorizationRequest->getUser()->getIdentifier(),
|
||||||
$authorizationRequest->getScopes()
|
$finalizedScopes
|
||||||
);
|
);
|
||||||
|
|
||||||
$response = new RedirectResponse();
|
$response = new RedirectResponse();
|
||||||
|
Loading…
Reference in New Issue
Block a user