[feature/backend] implement /users handler + switch to username + add display name + user management cli
This commit is contained in:
parent
1d712d4e6c
commit
86ab334bc9
38 changed files with 1851 additions and 506 deletions
|
@ -70,6 +70,8 @@ components:
|
|||
Daily:
|
||||
$ref: './components/schemas.yaml#/Daily'
|
||||
paths:
|
||||
/auth/register:
|
||||
$ref: './paths/auth.yaml#/register'
|
||||
/auth/login:
|
||||
$ref: './paths/auth.yaml#/login'
|
||||
/auth/logout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue