feat: logout

This commit is contained in:
nihonium 2025-12-06 07:01:38 +03:00
parent 714ef57027
commit 69eacd7240
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC
3 changed files with 94 additions and 0 deletions

View file

@ -132,6 +132,17 @@ paths:
"500":
$ref: '#/components/responses/ServerError'
/logout:
post:
summary: Logs out the user
operationId: logout
tags: [Auth]
responses:
"200":
description: Logout success
"500":
$ref: '#/components/responses/ServerError'
components:
securitySchemes:
bearerAuth: