mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
SQL clarrification
This commit is contained in:
parent
2b9d1c0e67
commit
18ad2067a1
@ -119,7 +119,7 @@ interface Database
|
|||||||
* Database query:
|
* Database query:
|
||||||
*
|
*
|
||||||
* <code>
|
* <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
|
* redirect_uri = $redirectUri AND auth_code = $authCode
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user