ezidam: oauth: redirect: get and check code, get user info, mark code as used, display html template
This commit is contained in:
parent
719048e268
commit
827bba041a
15 changed files with 310 additions and 19 deletions
5
crates/database/queries/authorization_codes/use_code.sql
Normal file
5
crates/database/queries/authorization_codes/use_code.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
update authorization_codes
|
||||
|
||||
set used_at = CURRENT_TIMESTAMP
|
||||
|
||||
where code is ?
|
||||
Loading…
Add table
Add a link
Reference in a new issue