brewlog/src/application
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
..
routes fix(security): make session insert synchronous and default cookie Secure flag to on 2026-02-06 17:52:01 +00:00
services refactor(timeline): extract event creation into service layer 2026-02-06 10:42:52 +00:00
auth.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
server.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
state.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00