You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user is already registered, they should be able to login to the account.
The login performs a POST to the API and in response get an API Key back. That API key should be saved locally in a file (e.g. ~/.eph). All API Calls should use the API Key from this file. If now API Key is specified on any command, it should tell the user to login or register.
The text was updated successfully, but these errors were encountered:
If a user is already registered, they should be able to login to the account.
The login performs a POST to the API and in response get an API Key back. That API key should be saved locally in a file (e.g. ~/.eph). All API Calls should use the API Key from this file. If now API Key is specified on any command, it should tell the user to login or register.
The text was updated successfully, but these errors were encountered: