eshaham/israeli-ynab-updater

2FA Support

ifeins opened this issue · 1 comments

Some credit card sites allow users to login with a code sent to the mobile phone.
Some users (not me :)), don't even have a "regular" password.

Was there any thought in adding support for this?
Basically the experience can be where you run npm start followed by selecting 2FA login option and if the scraper supports it then it will invoke the correct bank/credit API for 2FA login and once the user gets the SMS he can fill the code in the command line and from there the actual scraping will commence.

@ifeins hmmm, interesting.
No, I didn't really think this through, although I am aware of this option.
We would need to support it in the scrapers module first.
Must say I don't see it as high priority, but I will gladly accept relevant PRs 😄