add authentication endpoints and Redis integration
This commit is contained in:
11
openapi.yaml
11
openapi.yaml
@ -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
|
||||
Reference in New Issue
Block a user