Merge branch 'develop' of github.com:thephpleague/oauth2-server into develop

This commit is contained in:
Alex Bilbie
2014-11-07 00:46:09 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -215,6 +215,8 @@ class AuthCodeGrant extends AbstractGrant
}
$session = $code->getSession();
$session->associateClient($client);
$authCodeScopes = $code->getScopes();
// Generate the access token