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)__