debate/backend/app/core
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
..
__init__.py feat(01-01): create FastAPI application structure with health endpoint 2026-01-25 20:09:21 +00:00
config.py feat(01-01): create FastAPI application structure with health endpoint 2026-01-25 20:09:21 +00:00
security.py feat(01-03): configure rate limiting and CSRF protection 2026-01-25 20:17:49 +00:00