brewlog/src
Jon Seager 000f20eab7
feat(server): auto-enable insecure cookies for localhost defaults
Default BREWLOG_RP_ID to "localhost" and BREWLOG_RP_ORIGIN to
"http://localhost:3000". When these localhost defaults are active,
insecure cookies are enabled automatically so local dev works without
setting BREWLOG_INSECURE_COOKIES. A warning is logged at startup when
insecure cookies are active.

The insecure_cookies flag is now threaded through AppState instead of
reading the env var at cookie-set time.
2026-02-09 17:23:09 +00:00
..
application feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
domain refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
infrastructure refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
presentation feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
lib.rs feat(web): add Open Graph and Twitter Card meta tags 2026-02-08 16:19:34 +00:00
main.rs feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00