feature: signup and login work
This commit is contained in:
parent
a4a750b35c
commit
3d42591ee5
18 changed files with 956 additions and 65 deletions
7
public/api/users/me/README.md
Normal file
7
public/api/users/me/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# /api/users/me
|
||||
|
||||
Get the current user.
|
||||
|
||||
## GET /api/users/me
|
||||
|
||||
Return the currently logged in user or an error.
|
Loading…
Add table
Add a link
Reference in a new issue