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
First of all, thanks for making such a small and barebone library!
The problem I am having is regarding signing in. I tried to use the same code with axios, it goes fine through first request but on the second (AWSCognitoIdentityProviderService.RespondToAuthChallenge) I get response from amazon that says invalid email or password.
I tried the same email and password on auth and worked fine, tried to debug to check if password is the same but it looks like it is. Any ideas where should I start debugging (I'm not cryptography expert 😂 )
The text was updated successfully, but these errors were encountered:
First of all, thanks for making such a small and barebone library!
The problem I am having is regarding signing in. I tried to use the same code with axios, it goes fine through first request but on the second (AWSCognitoIdentityProviderService.RespondToAuthChallenge) I get response from amazon that says invalid email or password.
I tried the same email and password on auth and worked fine, tried to debug to check if password is the same but it looks like it is. Any ideas where should I start debugging (I'm not cryptography expert 😂 )
The text was updated successfully, but these errors were encountered: