Device Authorization
OAuth 2.0 Device Authorization flow for CLI and headless environments.
The Quickback CLI uses the OAuth 2.0 Device Authorization Grant (RFC 8628) for authentication in headless environments.
Flow
- CLI requests a device code from the API
- User sees a code in the terminal (e.g.,
AUL8-H93S) - User visits the approval URL and enters the code
- CLI polls for approval and exchanges for a session token
This flow works in SSH sessions, containers, and WSL where browser redirects aren't possible.
See CLI Reference for usage details.