brewlog/src/application/routes
Jon Seager 533a0a067f
fix(security): make session insert synchronous and default cookie Secure flag to on
- Await session DB insert before setting cookie, preventing orphaned sessions
- Invert cookie Secure default: now on by default, opt out via
  BREWLOG_INSECURE_COOKIES=true for local HTTP development
2026-02-06 17:52:01 +00:00
..
api fix(security): make session insert synchronous and default cookie Secure flag to on 2026-02-06 17:52:01 +00:00
app feat(ui): add theme-aware SVG favicon that follows light/dark mode 2026-02-06 16:44:00 +00:00
mod.rs fix(security): add security response headers and request body size limit 2026-02-06 17:51:53 +00:00
support.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00