mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
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. |
||
|---|---|---|
| .. | ||
| auth_handler.go | ||
| context_handler.go | ||
| project_handler.go | ||
| todo_handler.go | ||
| web_handler.go | ||