mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 10:41:51 +05:30
Don't pass in user because we don't know who user is
This commit is contained in:
parent
32cde01ab2
commit
b1bfff7325
@ -155,8 +155,7 @@ class ImplicitGrant extends AbstractAuthorizeGrant
|
|||||||
$scopes = $this->scopeRepository->finalizeScopes(
|
$scopes = $this->scopeRepository->finalizeScopes(
|
||||||
$scopes,
|
$scopes,
|
||||||
$this->getIdentifier(),
|
$this->getIdentifier(),
|
||||||
$client,
|
$client
|
||||||
$authCodePayload->user_id
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$stateParameter = $this->getQueryStringParameter('state', $request);
|
$stateParameter = $this->getQueryStringParameter('state', $request);
|
||||||
|
Loading…
Reference in New Issue
Block a user