mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-03 12:10:48 +05:30
Merge pull request #282 from maknz/master
Prevent duplicate session in auth code grant
This commit is contained in:
commit
40420f27ed
@ -260,7 +260,6 @@ class AuthCodeGrant extends AbstractGrant
|
||||
$code->expire();
|
||||
|
||||
// Save all the things
|
||||
$session->save();
|
||||
$accessToken->setSession($session);
|
||||
$accessToken->save();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user