add revoke client approval
This commit is contained in:
@@ -226,3 +226,6 @@ WHERE id = ?;
|
||||
INSERT INTO sessions (id, user_id, expires_at)
|
||||
VALUES (?, ?, ?);
|
||||
|
||||
-- name: RevokeClientApproval :exec
|
||||
DELETE FROM client_approvals
|
||||
WHERE user_id = ? AND client_id = ?;
|
||||
|
||||
Reference in New Issue
Block a user