tracks/internal
Claude 1f4174355c
Add SameSite=Lax cookie attribute for better browser compatibility
Some browsers were not accepting cookies without an explicit SameSite attribute.
Added SameSite=Lax to the login cookie to ensure it works across all modern browsers.

This fixes login issues where the cookie was being set by the server but not
accepted/sent by the browser on subsequent requests.
2025-11-05 13:31:54 +00:00
..
config Simplify database support to SQLite only 2025-11-05 11:23:40 +00:00
database Add default admin user and admin-only user creation 2025-11-05 11:35:36 +00:00
handlers Add SameSite=Lax cookie attribute for better browser compatibility 2025-11-05 13:31:54 +00:00
middleware Fix authentication: redirect to login page instead of showing JSON errors 2025-11-05 13:26:24 +00:00
models Fix polymorphic tagging and add test script 2025-11-05 10:59:26 +00:00
services Add default admin user and admin-only user creation 2025-11-05 11:35:36 +00:00