Files
vikunja/frontend/src
kolaente c0d7c0ffea fix(desktop): coordinate token refresh across renderer windows
The desktop branch of doRefresh() returned before the Web Locks section,
so the main window and the quick entry window could both POST the same
single-use OAuth refresh token on startup. The server rotates it on first
use, so the losing window got a 401 and logged the user out.

Move the desktop branch inside the lock and adopt the JWT another window
already fetched when the stored refresh token changed while queued.

Fixes https://github.com/go-vikunja/vikunja/issues/3275
2026-07-29 22:23:21 +02:00
..
2026-07-01 12:00:08 +00:00