# CLI Authorization

Account UI includes a device authorization page that allows users to approve CLI login requests.

## How It Works

1. User runs `quickback login` in the CLI
2. CLI displays a URL and user code
3. User opens the URL in their browser
4. Account UI shows the authorization page with the device code
5. User confirms the code matches and approves
6. CLI receives the authentication token

## Configuration

The CLI authorization page is always available when the Account UI is deployed. No additional configuration is needed.

## Related

- [Device Auth](/platform/auth/device-auth) — Server-side device auth flow
- [CLI Reference](/tooling/cli) — CLI commands
