debate/backend/app
Mikkel Georgsen 81486fc4f8 feat(01-03): configure rate limiting and CSRF protection
- Add slowapi limiter with 100/minute default limit
- Create CsrfSettings Pydantic model for fastapi-csrf-protect
- Add deps.py with get_db re-export and validate_csrf dependency
- Configure secure cookie settings (httponly, samesite=lax)
2026-01-25 20:17:49 +00:00
..
api feat(01-03): configure rate limiting and CSRF protection 2026-01-25 20:17:49 +00:00
core feat(01-03): configure rate limiting and CSRF protection 2026-01-25 20:17:49 +00:00
db feat(01-02): configure Alembic and create Build model 2026-01-25 20:11:55 +00:00
__init__.py feat(01-01): create FastAPI application structure with health endpoint 2026-01-25 20:09:21 +00:00
main.py feat(01-01): create FastAPI application structure with health endpoint 2026-01-25 20:09:21 +00:00