Skip to main content
Authenticate your CLI session with Base44. The CLI uses a secure device code flow, so you’ll receive a code to enter in your browser to complete authentication. For a walkthrough of the authentication process, see the Backend only or React quickstart.

Usage

base44 login

Authentication storage

On successful login, your credentials are stored at ~/.base44/auth/auth.json. This file contains your:
  • Authentication token
  • User email
  • User display name
Your token remains valid until you explicitly log out or it expires. You don’t need to log in before every command.

See also