WIP: feat: add user details update
This commit is contained in:
parent
8285ca230c
commit
d908586dfa
27 changed files with 871 additions and 38 deletions
9
docs/API.md
Normal file
9
docs/API.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# API
|
||||
|
||||
## authorize
|
||||
|
||||
response_type=code
|
||||
client_id=XXXX
|
||||
redirect_uri=
|
||||
scope=
|
||||
state=
|
||||
3
docs/draft.md
Normal file
3
docs/draft.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# OAuth2 spec
|
||||
|
||||
https://datatracker.ietf.org/doc/html/rfc6749
|
||||
Loading…
Add table
Add a link
Reference in a new issue