Is it possible to allow multiple attempts on AWS Cognito Passwordless?
I am working with Cognito Passwordless in AWS for my Ruby on Rails API project. I have created the 3 needed lambdas(DefineAuthChallenge, CreateAuthChallenge and VerifyAuthChallengeResponse) and it works fine but I want to allow the user to have multiple attempts to enter the correct verification code needed to login.