feat: send xsrf_token header
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled

This commit is contained in:
nihonium 2025-12-04 07:17:31 +03:00
parent b79a6b9117
commit 1bbfa338d9
Signed by: nihonium
GPG key ID: 0251623741027CFC
15 changed files with 151 additions and 27 deletions

View file

@ -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]