Files
shop/doc/core/middleware/features.md
Marek Lenczewski bf6f5456d6 update
2026-04-18 07:41:09 +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