Commit graph

6 commits

Author SHA1 Message Date
0e20a17ce9 - Refactory cookie and API session handle. Insolated y routes and controllers (api-auth.go, app-auth.go).
- Cookie lifetime with sliding expiration
- Fix bug single global expiresAt in JWT, now each token has unique ExpiresAt
2026-09-12 21:26:31 -05:00
262c5befd9 - COOKIE_SECURE environment variable (defaults to true, set to false for local HTTP development)
- Cookie time and JWT share the same time
2026-05-11 21:35:00 -05:00
695f1f57ba add documentation 2025-02-24 09:59:07 -05:00
cd04230f29 remove secure to enable remote cookie 2024-10-28 12:11:24 -05:00
cc74165659 add cookie secret as env, fix components 2024-10-15 22:00:46 -05:00
2bffdcdcf7 start cookie session 2024-09-30 09:12:38 -05:00