hammem / monarchmoney

Python API for Monarch Money
MIT License
124 stars 24 forks source link

Use `getpass` to retrieve user password #94

Closed keegandahm closed 4 months ago

keegandahm commented 4 months ago

This PR changes interactive_login() to instead use getpass to retrieve the user's password. This ensures that user passwords don't get printed to the terminal, or prints a warning that password input will be visible if it detects a terminal that can't hide input.