mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-09 17:19:45 -04:00
3b48c4bee5
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`. Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com>