dak.c2s/backend/app
CCS Admin 518de3da27 feat: auth system — login, register, refresh, MFA, domain whitelist
Add complete authentication layer:
- Pydantic v2 schemas for auth requests/responses and user representation
- Auth service with login (account locking, MFA), registration (invitation
  tokens + domain whitelist), token management, MFA setup/activation, and
  password change
- FastAPI router with 8 endpoints: login, register, refresh, logout,
  mfa/setup, mfa/verify, change-password, me
- Router registered in main.py under /api/auth

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 07:46:04 +00:00
..
api feat: auth system — login, register, refresh, MFA, domain whitelist 2026-02-24 07:46:04 +00:00
core feat: JWT auth, bcrypt, MFA, dependency injection, security tests 2026-02-24 07:41:35 +00:00
models feat: SQLAlchemy models for users, cases, reports, audit 2026-02-24 07:28:33 +00:00
schemas feat: auth system — login, register, refresh, MFA, domain whitelist 2026-02-24 07:46:04 +00:00
services feat: auth system — login, register, refresh, MFA, domain whitelist 2026-02-24 07:46:04 +00:00
utils feat: utility functions — fallgruppe mapping, KW calc, ICD/KVNR validation 2026-02-24 07:41:09 +00:00
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
config.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
database.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
main.py feat: auth system — login, register, refresh, MFA, domain whitelist 2026-02-24 07:46:04 +00:00