Skip to content

[Fix] Fixes recurring logout every 15 minutes - #376

Open
Aloento wants to merge 2 commits into
mainfrom
logout
Open

[Fix] Fixes recurring logout every 15 minutes#376
Aloento wants to merge 2 commits into
mainfrom
logout

Conversation

@Aloento

@Aloento Aloento commented Aug 18, 2026

Copy link
Copy Markdown
Member

Fixes recurring forced logout every ~15 minutes during active use (e.g. while editing an incident). The frontend refreshed the access token after it had already expired, while the backend validates exp with zero leeway — so any request carrying an expired token returned 401, which cascaded into a forced logout and loss of unsaved work.

@Aloento
Aloento requested review from bakhterets and sgmv August 18, 2026 16:39
@Aloento Aloento self-assigned this Aug 18, 2026
…se (e.g. while editing an incident). The frontend refreshed the access token after it had already expired, while the backend validates exp with zero leeway — so any request carrying an expired token returned 401, which cascaded into a forced logout and loss of unsaved work.
@Aloento Aloento changed the title update [Fix] Fixes recurring logout every 15 minutes Aug 18, 2026
@Aloento Aloento linked an issue Aug 18, 2026 that may be closed by this pull request
@Aloento
Aloento marked this pull request as ready for review August 18, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Spontaneous logout during active session

1 participant