Login on multiple environments #2

Open
opened 2026-05-17 13:50:22 +00:00 by pickle · 0 comments
Owner

Currently, logging in on one environment (eg localhost) logs the user out of all other environments. This is because user tokens are being refreshed on basically every authenticated request. This is not ideal. Perhaps instead of regenerating the token, only the expiration date should change.

Currently, logging in on one environment (eg localhost) logs the user out of all other environments. This is because user tokens are being refreshed on basically every authenticated request. This is not ideal. Perhaps instead of regenerating the token, only the expiration date should change.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pickle/Overlord.api#2
No description provided.