SpacetimeDB
SpacetimeDB copied to clipboard
CLI - `spacetime logout` fails if offline
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?