primefirst icon indicating copy to clipboard operation
primefirst copied to clipboard

2FA Implementation

Open Krisalexroberts opened this issue 5 years ago • 2 comments

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

Krisalexroberts avatar Apr 02 '20 17:04 Krisalexroberts

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.

gonzalezcalleja avatar Apr 21 '20 09:04 gonzalezcalleja