furaiev / amazon-cognito-identity-dart-2

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
182 stars 113 forks source link

CUSTOM_AUTH now supports passwordless authentication #237

Closed Vingtoft closed 1 year ago

Vingtoft commented 1 year ago

Description: This PR updates the CUSTOM_AUTH functionality to support passwordless authentication flows. If no password is provided in the authDetails object, the CHALLANGE_NAME will not be defined, aligning the behavior with passwordless strategies.

Details: With this change: