DuoboxDocs

Accounts

Understand Federation login and the account shared by the App and CLI.

Duobox uses Downcity Federation for identity, Organizations, and Membership. Duobox Server manages Spaces and project-specific access.

Sign in

Use the App account settings or the CLI:

duobox login
duobox users
duobox users use <user-id>

The App and CLI share accounts in ~/.duobox/app.db. The CLI does not create a separate credential file. Tokens are stored directly in that database, whose file permission is restricted to the current OS user.

Multiple users

duobox users lists every signed-in identity and marks the current one. Use duobox users use <user-id> before a CLI action that should run as another identity.

Sign out

duobox logout
duobox logout <user-id>

Signing out removes local Organization and Remote Space connections owned by that account from the App. It does not delete local clone files or change Federation Membership.

On this page