mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-23 05:33:06 +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,
|
||||
$authorizationRequest->getClient(),
|
||||
$authorizationRequest->getUser()->getIdentifier(),
|
||||
$authorizationRequest->getScopes()
|
||||
$finalizedScopes
|
||||
);
|
||||
|
||||
$response = new RedirectResponse();
|
||||
|
Loading…
Reference in New Issue
Block a user