Amazon web services – DEVICE_PASSWORD_VERIFIER challenge response in AWS Cognito using Node.js (Incorrect Username or Password)
I'm using JS aws-sdk to implement remember device option for users who want to skip MFA in my backend Node.js Lambda API. I followed the official AWS blog and code from AWS cognito archives from package amazon-cognito-identity-js but still I…