mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
SQL clarrification
This commit is contained in:
@@ -119,7 +119,7 @@ interface Database
|
||||
* Database query:
|
||||
*
|
||||
* <code>
|
||||
* SELECT * FROM oauth_sessions WHERE client_id = $clientID AND
|
||||
* SELECT id FROM oauth_sessions WHERE client_id = $clientID AND
|
||||
* redirect_uri = $redirectUri AND auth_code = $authCode
|
||||
* </code>
|
||||
*
|
||||
|
Reference in New Issue
Block a user