add authentication endpoints and Redis integration

This commit is contained in:
2025-08-06 02:58:15 +03:00
parent deab475eab
commit 416fefdb6b
14 changed files with 340 additions and 530 deletions

View File

@ -4,6 +4,13 @@ info:
version: 1.0.0
paths:
/auth:
$ref: './api/auth/api.yaml#/paths'
$ref: './api/auth/api.yaml#/paths'
components:
schemas:
$ref: './api/auth/api.yaml#/components/schemas'
tags:
- name: auth
description: Authentication operations