Karl Jussila
396e26b4bf
fix(auth): tie remember-me cookie lifetime to TOKEN_TTL ( #4472 )
...
The persistent login cookie's max_age hardcoded 60 * 60 * 24 * 7, an
independent copy of the session token lifetime that core/auth.py already
defines once as TOKEN_TTL (and reports to the frontend via /api/auth/policy
as session_days). If TOKEN_TTL changes, the cookie silently drifts: the
browser keeps a cookie for a token whose lifetime no longer matches.
Import TOKEN_TTL and use it for the cookie max_age so the session lifetime
has a single source of truth. No behaviour change at the current value.
Fixes #4471
2026-06-18 21:15:48 +02:00
..
2026-05-31 23:58:26 +09:00
2026-06-11 00:43:49 +02:00
2026-06-08 09:58:52 +02:00
2026-06-15 18:05:15 +01:00
2026-06-16 09:52:15 +02:00
2026-06-18 21:15:48 +02:00
2026-06-09 08:04:22 +02:00
2026-06-15 15:59:31 +09:00
2026-06-16 06:07:42 +01:00
2026-06-15 23:56:22 +02:00
2026-06-08 10:19:18 +02:00
2026-05-31 23:58:26 +09:00
2026-06-16 04:31:24 +01:00
2026-06-08 11:51:55 +01:00
2026-06-15 22:49:06 +09:00
2026-06-16 01:00:40 +02:00
2026-06-15 15:26:55 +09:00
2026-06-16 03:46:32 +01:00
2026-06-08 10:19:18 +02:00
2026-06-08 10:19:18 +02:00
2026-06-15 10:32:51 +02:00
2026-06-16 03:33:02 +01:00
2026-06-18 06:25:26 +00:00
2026-06-03 14:07:03 +09:00
2026-06-15 17:02:58 +01:00
2026-06-05 16:00:20 +02:00
2026-06-16 04:31:24 +01:00
2026-06-15 17:44:10 +01:00
2026-06-08 09:58:52 +02:00
2026-06-03 14:24:30 +09:00
2026-06-09 20:20:21 +02:00
2026-06-16 03:28:09 +01:00
2026-06-08 20:49:15 +02:00
2026-06-15 21:20:15 +09:00
2026-06-15 15:15:53 +09:00
2026-06-16 06:07:42 +01:00
2026-06-16 03:59:18 +01:00
2026-06-16 13:13:00 +02:00
2026-06-16 03:33:02 +01:00
2026-06-08 09:58:52 +02:00
2026-06-08 21:12:02 +02:00
2026-06-16 13:13:00 +02:00
2026-05-31 23:58:26 +09:00
2026-06-16 03:33:02 +01:00
2026-06-16 13:13:00 +02:00
2026-06-05 13:17:43 +02:00
2026-06-13 23:09:15 +09:00
2026-06-09 01:24:30 +02:00
2026-06-16 13:13:00 +02:00
2026-05-31 23:58:26 +09:00
2026-06-15 23:56:22 +02:00
2026-06-08 09:58:52 +02:00
2026-06-16 00:41:45 +02:00
2026-06-11 18:17:54 +02:00