Usage
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
- Quickstart - Backend only: Create your first backend-only project
- Quickstart - React: Build a full-stack React app
logout: Sign out from the CLIwhoami: Check your logged-in user

