aws-amplify / amplify-android

The fastest and easiest way to use AWS from your Android app.
https://docs.amplify.aws/lib/q/platform/android/
Apache License 2.0
249 stars 117 forks source link

feat(auth): Add support for Email MFA #2935

Closed vincetran closed 3 weeks ago

vincetran commented 1 month ago

Issue #, if available: N/A

Description of changes: The PR aims to add support for Email MFA that has been released by Cognito. https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-advanced-security-email-mfa.html

Draft PR for the Authenticator UI change: https://github.com/aws-amplify/amplify-ui-android/pull/199

How did you test these changes? Manual testing, new and existing unit tests pass, new and existing integration tests pass

Documentation update required?

General Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.