alexdlaird / amazon-orders

A CLI and library for interacting with Amazon order history
https://amazon-orders.readthedocs.io/en/latest
MIT License
10 stars 6 forks source link

On CLI, usename and password aren't actually needed every time now that sessions are persisted #7

Closed alexdlaird closed 5 months ago

alexdlaird commented 5 months ago

If a previous run of the application still has a valid session, username/password are actually ignored (and this can be a little confusing in the user experience). Find a way to surface this so it's obvious to the user what is happening, and also in that case username/password can become optional.