-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RespondToAuthChallenge - Got error when clicking on Magic link #189
Comments
Hi! I can try but I'd need much more info:
|
Hi @ottokruse,
You can see my 2 separated functions for signIn and confirmSignIn as below:
|
Don't see the problem or solution quickly from this code and struggle to see the link with the Passwordless lib as well. But is it an option for you to auto confirm users ? |
@ottokruse |
I'm sorry this issue doesn't allow us to reproduce your case and has too limited info otherwise to help you |
Hi owner,
Currently, I followed your sample to implement Passwordless auth on Cognito.
But in client side, I'm using another technical stack with Next.js and aws-amplify.
After receiving Magic link from email, I got this error when calling confirmSignIn from aws-amplify/auth:
error UserUnAuthenticatedException: User needs to be authenticated to call this API.
I'm handling Sign In and Verify on different page, so how can I keep session cross tab? Many people is facing the same issue as me aws-amplify/amplify-js#13071. Could you help to look into and support me?
Thanks!
The text was updated successfully, but these errors were encountered: