feat: send xsrf_token header
This commit is contained in:
parent
b79a6b9117
commit
1bbfa338d9
15 changed files with 151 additions and 27 deletions
|
|
@ -7,7 +7,7 @@ servers:
|
|||
- url: /auth
|
||||
|
||||
paths:
|
||||
/auth/sign-up:
|
||||
/sign-up:
|
||||
post:
|
||||
summary: Sign up a new user
|
||||
tags: [Auth]
|
||||
|
|
@ -38,7 +38,7 @@ paths:
|
|||
type: integer
|
||||
format: int64
|
||||
|
||||
/auth/sign-in:
|
||||
/sign-in:
|
||||
post:
|
||||
summary: Sign in a user and return JWT
|
||||
tags: [Auth]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue