Skip to main content

Authentication

Commands

60db auth:login --email [email protected] --password yourpassword

Show Current Session Info

60db auth:session

Get Current Authentication Token

60db auth:token

Logout and Clear Token

60db auth:logout

Examples

Authentication & Setup

# Login to get token
60db auth:login --email [email protected] --password yourpassword

# Check session
60db auth:session

# Or manually set API key
60db config --set apiKey=your_token_here