Files
shop/doc/systems/middleware/features.md
2026-04-19 19:22:36 +02:00

231 B

  • middleware
    • central place to install FastAPI middlewares (install_middlewares(app))
    • today: CORS (allowed origins from .env)
    • room for growth: request-id, access logging, rate-limit, security headers (HSTS/CSP), compression