Users Domain¶
This domain encapsulates all logic related to user accounts, authentication, and role-based access control.
—
API Endpoints (Controllers)¶
FastAPI routers defining the public API for users management and access control.
—
Core Components (Services and Schemas)¶
Business logic implementation and Pydantic Data Transfer Objects (DTOs).
—
Supporting Modules (Authentication and Utilities)¶
Helpers, dependencies, and JWT-related functionality.