aws-google-auth
aws-google-auth copied to clipboard
Google added numerical codes to the challenge
I do 2-factor auth with a Google prompt on my phone. Recently, they have added a multiple choice numerical code to the challenge. I saved and opened the HTML for the auth page, and here is what it looks like:
Then, the prompt on my phone asks me to choose between several numbers. I am expected to choose the one that appears on the auth page (in this case, 91). However, this was not displayed in the command line, so I was unable to complete the challenge without guessing. I believe all that's necessary is to parse this number from the HTML and echo it.
If you're interested in supporting this, I can provide the HTML for the auth page in a Gist or something. Or I could put in a PR.
@acarl005 a pull request would be greatly appreciated - If you need pointers please call out for help.
I can probably take a look at this in a week or so (pretty flat out ATM) if you have issues.
During the prompt an HTTP 400 is raised, polling seems broken
I also can't get past this step - Where are the numbers supposed to go? In my terminal?
any new updates on this ?