WIP: feat: add user details update

This commit is contained in:
Matthieu Bessat 2024-11-02 17:37:57 +01:00
parent 8285ca230c
commit d908586dfa
27 changed files with 871 additions and 38 deletions

9
docs/API.md Normal file
View file

@ -0,0 +1,9 @@
# API
## authorize
response_type=code
client_id=XXXX
redirect_uri=
scope=
state=

3
docs/draft.md Normal file
View file

@ -0,0 +1,3 @@
# OAuth2 spec
https://datatracker.ietf.org/doc/html/rfc6749