-
Notifications
You must be signed in to change notification settings - Fork 3
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
2FA support #10
Comments
I was able to add 2FA support by including a new .env variable for the one-time-code and entering it with Edit: made a PR #11, but code is a little sloppy still, but it:
Please fix my poor Rust etiquette as you see it, but the code does work on both non-2FA and 2FA accounts. |
Has there been any progress in 2FA support or would I need to disable it to use this? |
Short AnswerNo progress. Long AnswerThe precious attempt (see #11) no longer works because our interaction with the server was completely reworked from "use a virtual browser and virtually click through the UI" to a more stable "use the API directly". Since then, nobody has attempted to implement 2FA support. My guess is that it's not brutally hard but requires some reverse engineering to figure out how the 2FA challenges are encoded and how the user interaction would work for a CLI tool. |
No description provided.
The text was updated successfully, but these errors were encountered: