coronium_login
Authenticate with your Coronium account using email and password, storing an encrypted token for explicit re-authentication or account switching.
Instructions
Authenticate with email + password and cache an encrypted token at ~/.coronium/token.enc. Most other tools auto-login when CORONIUM_LOGIN/CORONIUM_PASSWORD are set in the env, so calling this manually is only needed for explicit re-auth or account switching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| login | No | Coronium account email. Falls back to CORONIUM_LOGIN env. | |
| password | No | Coronium account password. Falls back to CORONIUM_PASSWORD env. |