mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Store the redirect URI too
This commit is contained in:
@@ -96,7 +96,8 @@ class AuthCodeEntity extends AbstractTokenEntity
|
||||
$this->server->getStorage('auth_code')->create(
|
||||
$this->getId(),
|
||||
$this->getExpireTime(),
|
||||
$this->getSession()->getId()
|
||||
$this->getSession()->getId(),
|
||||
$this->getRedirectUri()
|
||||
);
|
||||
|
||||
// Associate the scope with the token
|
||||
|
Reference in New Issue
Block a user