mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-18 11:09:49 +05:30
Merge pull request #240 from leevigraham/patch-1
Associate the $client with $session.
This commit is contained in:
commit
90ce1932cc
@ -215,6 +215,8 @@ class AuthCodeGrant extends AbstractGrant
|
|||||||
}
|
}
|
||||||
|
|
||||||
$session = $code->getSession();
|
$session = $code->getSession();
|
||||||
|
$session->associateClient($client);
|
||||||
|
|
||||||
$authCodeScopes = $code->getScopes();
|
$authCodeScopes = $code->getScopes();
|
||||||
|
|
||||||
// Generate the access token
|
// Generate the access token
|
||||||
|
Loading…
Reference in New Issue
Block a user