mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-28 07:50:23 +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->getIdentifier(),
|
||||
$client,
|
||||
$authCodePayload->user_id
|
||||
$client
|
||||
);
|
||||
|
||||
$stateParameter = $this->getQueryStringParameter('state', $request);
|
||||
|
Loading…
Reference in New Issue
Block a user