tracks/internal/handlers
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
..
auth_handler.go Add default admin user and admin-only user creation 2025-11-05 11:35:36 +00:00
context_handler.go Rewrite Tracks application in Golang 2025-11-05 10:46:59 +00:00
project_handler.go Rewrite Tracks application in Golang 2025-11-05 10:46:59 +00:00
todo_handler.go Rewrite Tracks application in Golang 2025-11-05 10:46:59 +00:00
web_handler.go Add SameSite=Lax cookie attribute for better browser compatibility 2025-11-05 13:31:54 +00:00