-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support 2FA? #10
Comments
What do you mean by 2FA? It does support the authentication code sent through email, just enter the code using |
I mean the authy based 2FA; uses an app on your phone or an sms. I'll try sent from a rotary phone, pardon my brevity What do you mean by 2FA? It does support the authentication code sent — |
I suppose it could support it. How exactly does it work? If the browser prompts for a code sent to phone or SMS, support could work in a similar way as the emailed code. ( |
And, of course, the browser cookie should work to "bypass" both 2FA and emailed code, as you would be importing an authenticated session cookie. Use any browser cookie inspector and copy the value of |
Ok I got --auth to work; their cookie is pretty weird (including quotes an other escaped characters) so it was a little frustrating to get it to work. Thanks! |
As for the 2FA, I don't think another flag could work, because you use your username and password, and then get prompted with the code. You'd have to have the tool block or something? I'm not sure. |
No need to block I guess: just like the emailed code, on first run it would inform the user about the email (or, in this case, the SMS/phone 2FA) and exit, and the user runs it again providing the code via flag. |
That's true, I hadn't considered that method. sent from a rotary phone, pardon my brevity
|
Is there anyone using 2FA willing to code this |
I'm pretty sure this doesn't support 2FA, so I can't use it.
The text was updated successfully, but these errors were encountered: