Skip to main content

Authentication

Login

Authenticate with your Umka account via OAuth in the browser:

umka auth login

This opens your browser to complete the OAuth flow with Google. Credentials are stored in your system keychain when available, with a file-based fallback.

Options

--provider <provider> OAuth provider (default: "google")
--server <url> Server URL (default: https://app.umka.day)

Environment variables

VariableDescription
UMKA_SERVER_URLServer URL (alternative to --server)
UMKA_TOKENAPI token, skips interactive login

Status

Check your current authentication status:

umka auth status

Logout

Remove stored credentials:

umka auth logout