Skip to content
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 Implementation #4

Open
Krisalexroberts opened this issue Apr 2, 2020 · 2 comments
Open

2FA Implementation #4

Krisalexroberts opened this issue Apr 2, 2020 · 2 comments

Comments

@Krisalexroberts
Copy link
Contributor

This fails when using two-factor auth. An easy way of implementing the support would be to attempt an auth to generate the challenge, and then prompt the user for the challenge.
From there it can be added to the password string: abcdefg123456 as described here:

https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201962400

@gonzalezcalleja
Copy link
Contributor

I have added a PR with support for SMS code, I'm not sure it this will work with 2FA but during the development amazon sometimes ask for this SMS code validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@gonzalezcalleja @Krisalexroberts and others