SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

CLI - `spacetime logout` fails if offline

Open bfops opened this issue 9 months ago • 0 comments

spacetime logout calls logout on the auth server, which means that if we're offline, we can't log out.

This also means that we can't use spacetime login --server-issued-login local, so it's effectively impossible to develop offline (without manually editing config files).

Why do we have to tell the auth server that we're logging out?

bfops avatar Mar 11 '25 21:03 bfops