jonsaw / amazon-cognito-identity-dart

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
204 stars 93 forks source link

how to input a new password when signin with a temporary password #69

Closed zhangli-jerry closed 4 years ago

zhangli-jerry commented 4 years ago

when i signin with a temporary password ,the cognito require a new password to complete the flow.

how to complete new password challenge?

thanks

chetanregmi-s2g commented 4 years ago

https://github.com/chetanregmi-s2g/amazon-cognito-identity-dart

zhangli-jerry commented 4 years ago

https://github.com/chetanregmi-s2g/amazon-cognito-identity-dart

Thanks very much.