fix: reworked csrf
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m32s
Build and Deploy Go App / deploy (push) Successful in 35s

This commit is contained in:
nihonium 2025-12-04 10:12:05 +03:00
parent 475266eef6
commit bd868bb724
Signed by: nihonium
GPG key ID: 0251623741027CFC
16 changed files with 39 additions and 150 deletions

View file

@ -1,8 +1,6 @@
get:
summary: Get user title
operationId: getUserTitle
security:
- JwtAuthCookies: []
parameters:
- in: path
name: user_id
@ -37,9 +35,8 @@ patch:
description: User updating title list of watched
operationId: updateUserTitle
security:
- JwtAuthCookies: []
- XsrfAuthHeader: []
parameters:
- $ref: '../parameters/xsrf_token_header.yaml'
- in: path
name: user_id
required: true
@ -87,9 +84,8 @@ delete:
description: User deleting title from list of watched
operationId: deleteUserTitle
security:
- JwtAuthCookies: []
- XsrfAuthHeader: []
parameters:
- $ref: '../parameters/xsrf_token_header.yaml'
- in: path
name: user_id
required: true