-
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
How to handle New Password challenge? #34
Comments
@pbaker5 did you find any solution for that, I have the same issue |
Nope. |
thanks for the info, I tried to reference your fork in my pubspec.yaml with the following:
but this still gets the original package, do you know how to fix that or what is there a better way to handle that? |
@demsey2 Try the branch |
Hi! Any news on this? We need it as well... Thanks! |
@tigrenok00 Hopefully you're able to use the branch I noted above - I can't promise commit parity with this project as I update it as needed, but it will get you the feature you're looking for. |
Hi,
The Use Case 4 says that when Authenticating and a CognitoUserNewPasswordRequiredException is thrown, handle the new password challenge. Looking through cognito_user.dart I can't see a way of doing that. Am I missing something?
Thanks.
The text was updated successfully, but these errors were encountered: