-
Notifications
You must be signed in to change notification settings - Fork 318
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
feat(authenticator): add react native support for email mfa #6344
feat(authenticator): add react native support for email mfa #6344
Conversation
|
33a2a10
to
cda3633
Compare
700f2c5
to
7b32513
Compare
packages/react-native/src/Authenticator/Defaults/SelectMfaType/__tests__/SelectMfaType.spec.tsx
Outdated
Show resolved
Hide resolved
packages/react-native/src/Authenticator/hooks/useFieldValues/utils.ts
Outdated
Show resolved
Hide resolved
packages/react-native/src/Authenticator/hooks/useFieldValues/__tests__/utils.spec.ts
Outdated
Show resolved
Hide resolved
packages/react-native/src/Authenticator/common/DefaultFormFields/DefaultFormFields.tsx
Outdated
Show resolved
Hide resolved
packages/react-native/src/Authenticator/Defaults/SetupEmail/__tests__/SetupEmail.spec.tsx
Outdated
Show resolved
Hide resolved
42571c4
to
b13c415
Compare
ff467c0
to
c91adb0
Compare
The base branch was changed.
Description of changes
The purpose of this pull request is to expand authenticator support for email mfa.
The react native authenticator now renders two new screens in response to the two new states added to the state machine in #6317. This update allows completion of email MFA based sign ins, email MFA setup, and the selection challenges that allow users to choose which MFA method to setup or sign in with.
selectMfaType -> SelectMfaType : CONTINUE_SIGN_IN_WITH_MFA_SETUP and CONTINUE_SIGN_IN_WITH_MFA_SELECTION
setupEmail -> SetupEmail : CONTINUE_SIGN_IN_WITH_EMAIL_SETUP
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.