hammem / monarchmoney

Python API for Monarch Money
MIT License
148 stars 26 forks source link

Improve input handling on interactive_login() and login() #92

Closed hammem closed 5 months ago

hammem commented 7 months ago

Adds better checking of inputs for both login() and interactive_login(), also added unit test coverage for the changes.

Should address #90