From 76d38072a13adf549c0befa93275a6ae0a015038 Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Tue, 8 Sep 2026 16:55:20 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f92487a..9d551a3 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ The project demonstrates a complete CI/CD pipeline: Gitea Actions builds a Docke __[The DisExcel Project](https://git.homyk.space/MH.Dmitrii/The_DisExcel_project)__ -My most advanced and up-to-date project — a FastAPI backend with async SQLAlchemy 2.0, JWT authentication with refresh token rotation and revocation, and a permission/group-based RBAC system. Includes layered architecture (web → service → database → models), Alembic migrations, and a full test suite (unit, integration, E2E) with pytest, pytest-asyncio and Allure reporting. Also includes Docker and Ansible configurations for deployment. +My most advanced and up-to-date project — a FastAPI backend with async SQLAlchemy 2.0, JWT authentication with refresh token rotation and revocation, and a permission/group-based RBAC system. Includes layered architecture (web → service → database → models), Alembic migrations, and a full test suite (unit, integration, E2E) with pytest, pytest-asyncio and Allure reporting. Also includes Docker and Ansible configurations for deployment, Redis for caching and RabbitMQ for microservices. __[Auth Project](https://git.homyk.space/MH.Dmitrii/auth-project)__