Ephigenia / mite-cli

command line interface for time tracking service mite.yo.lk
MIT License
19 stars 8 forks source link

Support for user/password authentication #93

Closed Ephigenia closed 2 years ago

Ephigenia commented 4 years ago

The mite api also support authentication using user and password: https://mite.yo.lk/api/index.html#authentication

This could be supported by two new config parameters: "username" and "password". Maybe this makes it easier for some to setup the CLI tool. (see #90)

mite config set username <email@host.de>;
mite config set password <password>;
mite list

In case username & password are setup the cli uses these values instead of the apiKey.

Please upvote if you like to have this feature implemented.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 120 days with no activity. Remove the stale label or comment or this will be closed in 15 days