Don't pass in user because we don't know who user is

This commit is contained in:
Alex Bilbie 2016-09-19 10:05:55 +01:00
parent 32cde01ab2
commit b1bfff7325

View File

@ -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);