You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: