api/app/schemas
2026-07-25 13:48:00 +07:00
..
__init__.py Add authentication endpoints and JWT handling for user login 2026-07-19 23:51:50 +07:00
auth.py Implement email verification flow: add EmailVerificationToken model, update user registration and login status handling, and create verification endpoints 2026-07-25 13:48:00 +07:00
business_type.py Remove 'code' field from BusinessType model, schemas, factory, and service; update related tests 2026-07-24 12:09:06 +07:00
plan.py Remove 'code' field from Plan model, schemas, factory, and service; update related tests and API endpoints 2026-07-24 13:02:29 +07:00
subscription.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
tenant.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
user.py Implement email verification flow: add EmailVerificationToken model, update user registration and login status handling, and create verification endpoints 2026-07-25 13:48:00 +07:00