brewlog/src/application
Jon Seager 55f2de1e92
refactor: deduplicate SESSION_COOKIE_NAME constant
Make the constant pub(crate) in application::auth and remove the
duplicate definition from routes::app::auth.
2026-02-13 13:04:34 +00:00
..
routes refactor: deduplicate SESSION_COOKIE_NAME constant 2026-02-13 13:04:34 +00:00
services feat(stats): add pre-computed stats cache with background recomputation 2026-02-08 15:20:01 +00:00
auth.rs refactor: deduplicate SESSION_COOKIE_NAME constant 2026-02-13 13:04:34 +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 feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
state.rs fix: add concurrency semaphore for image processing 2026-02-10 17:50:42 +00:00