feat(): migrate to auth identity

This commit is contained in:
doas root
2025-11-18 00:25:24 +03:00
parent 63a057b020
commit f44e688662
18 changed files with 219 additions and 48 deletions
@@ -1,9 +1,7 @@
import copy
from typing import Any, override
from sqlalchemy.ext.asyncio import AsyncSession
from template_project.application.common.entity import Entity
from template_project.application.common.unit_of_work import UnitOfWork