amplify-js: SignIn with confirmed user failed
Do you want to request a feature or report a bug? report bug What is the current behavior? confirmed user can not signIn, i’m getting an error message: signin failed, If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn’t have dependencies other than AWS Amplify.
i’m using AWS amplify, i’m able to sign up a user and getting verification code by email, once i confirm it, i receive succes, but when i tried to login in with my new user the sign in failed.
What is the expected behavior?
supposed to be able to sign in with the new confirmed user in my user pool
Which versions of Amplify, and which browser / OS are affected by this issue? Did this work in previous versions?
last version of amplify, browser : Google chrome/ Windows.
first time i’m using amplify dont know if its was working before
You can turn on the debug mode to provide more info for us by setting window.LOG_LEVEL = 'DEBUG'; in your app.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (7 by maintainers)
Looks like it is challenging with ‘PASSWORD_VERIFIER’ which Amplify does not handle right now. I am looking into this right now.
@Jasminou we are working on #655 which means your sign in wouldn’t fail without identity pool. However in this case client don’t have credentials although signed in. Theoretically if you don’t consume other AWS services this should be okay.