LoginByPassword AB1050: Invalid totp
-
In LoginByPassword, I am Receiving error AB1050: Invalid totp, I verified the code its correct in my API request. Still i am receiving the error.
-
@rahim1021 A general error done by the users is storing TOTP to be used later. TOTP will change every minute.
You can test the login API manually via postman, it will help you to write the code.
-
-
@rahim1021 TOTP is a 6 digit code. You need to pass the string that you are passing in the API to google authenticator.
Google Authenticator will give you a 6 digit code, which you can pass in the API.
-
@admin Used totp from both google authenticator and custom code, neither worked, still generating error invalid token AG8001.
Don't we have Postman Collection, that can be used an template for API development?