--- id: 6348d994-dd0f-44c5-b4fb-957b6fbea135 type: configuration title: "Extended access token to 24 hours" tags: [strat-gameplay-webapp, auth, backend, configuration] importance: 0.5 confidence: 0.8 created: "2026-01-16T15:57:46.721947+00:00" updated: "2026-01-16T15:57:46.721947+00:00" --- Changed ACCESS_TOKEN_MAX_AGE in backend/app/utils/cookies.py from 1 hour (60*60) to 24 hours (60*60*24) to reduce frequency of re-authentication prompts for users.