mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Associate the $client with $session.
This commit is contained in:
parent
736a7b95eb
commit
b60693c5d6
@ -215,6 +215,8 @@ class AuthCodeGrant extends AbstractGrant
|
||||
}
|
||||
|
||||
$session = $code->getSession();
|
||||
$session->associateClient($client);
|
||||
|
||||
$authCodeScopes = $code->getScopes();
|
||||
|
||||
// Generate the access token
|
||||
|
Loading…
Reference in New Issue
Block a user