mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
SQL clarrification
This commit is contained in:
parent
2b9d1c0e67
commit
18ad2067a1
@ -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>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user