Skip to content

Fix spacetime logout failing when offline#4361

Open
clockwork-labs-bot wants to merge 1 commit intomasterfrom
bot/logout-offline-fix
Open

Fix spacetime logout failing when offline#4361
clockwork-labs-bot wants to merge 1 commit intomasterfrom
bot/logout-offline-fix

Conversation

@clockwork-labs-bot
Copy link
Collaborator

Fixes #2437

spacetime logout previously required a network connection to the auth server, making it impossible to log out (and thus log in with a different method) when offline.

This change makes the server-side session invalidation best-effort: if the auth server is unreachable, a warning is printed but local credentials are still cleared. This allows offline development workflows like spacetime login --server-issued-login local.

Copy link
Collaborator

@bfops bfops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM - waiting for another human to approve

@bfops bfops changed the title Fix spacetime logout failing when offline Fix spacetime logout failing when offline Feb 20, 2026
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.

CLI - spacetime logout fails if offline

2 participants

Comments