-
Notifications
You must be signed in to change notification settings - Fork 93
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
CognitoUser.authenticateUser keeps throwing an exception. #16
Comments
Even with the fix in GH-17 I am still running into an issue:
It seems as though it isn't confirming the device, but I'm not really sure why that's not working. Any ideas? |
I added I can add that to the PR if you agree. |
Thanks for the find + feedback. Will look into it! |
GH-16 await on confirm device before keying into object.
@jonsaw any thoughts regarding the |
Sorry for the late reply. Is your setup close to the one found on Serverless Stack? |
@jonsaw yea. it's very similar except that i'm not using a custom domain for the the app auth because i'm handling it internally through two means, a flutter mobile app (using this lib) and through the web using amplify. I haven't spent much more time digging into this either on my end. I suppose I should put it on my roadmap. ;D If I find anything else about this I'll post here. |
I have the same problem. I also added |
Thanks for putting this out there. I ran into an issue trying to authenticate using the library so I broke the code out into an example application and was able to isolate the issue to
lib/cognito_user.dart:144
.I noticed the issue in
0.0.17
and pulledmaster
to double check. The issue exists there as well.I have a fix in a branch I'm working on and will push a PR up for it once I'm comfortable that all the issues are resolved.
The text was updated successfully, but these errors were encountered: