-
Notifications
You must be signed in to change notification settings - Fork 314
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 support for email mfa #6319
base: james/feat-email-mfa/update-state-machine
Are you sure you want to change the base?
feat(authenticator): add react support for email mfa #6319
Conversation
|
2037f6a
to
39ba82c
Compare
cda33cd
to
6497bd2
Compare
d25636a
to
2d4f5c4
Compare
examples/next/pages/ui/components/authenticator/email-mfa/index.page.tsx
Outdated
Show resolved
Hide resolved
bf8e959
to
f61ee0b
Compare
f61ee0b
to
8f49e80
Compare
Description of changes
The purpose of this pull request is to expand authenticator support for email mfa.
The react 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.
CONTINUE_SIGN_IN_WITH_MFA_SETUP
andCONTINUE_SIGN_IN_WITH_MFA_SELECTION
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.