Files
wonderwall/pkg
Trong Huu Nguyen f2def8d00d fix(session/data): next refresh time should account for inactivity timeouts
The default auto-refresh behaviour occurs 5 minutes before tokens
expire, at the earliest. Without inactivity however, tokens are still
refreshed at any point after this, as long as the session has not ended.

This however, means that refreshes don't occur often enough when inactivity
timeouts are enabled. In practice, the session is only refreshed if a
request is received within the 5 minute leeway window between a token's expiry
and the inactivity timeout.

This commit will apply auto-refreshes at the half-life of the inactivity
timeout instead, so that users' sessions and timeouts are properly
extended on activity.
2025-01-22 15:58:53 +01:00
..
2024-06-26 15:32:38 +02:00
2023-04-29 08:30:08 +02:00
2023-11-28 10:15:32 +01:00
2025-01-14 13:44:49 +01:00
2024-06-26 14:51:05 +02:00
2023-10-10 14:51:12 +02:00
2023-10-10 14:51:12 +02:00