Skip to content
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

DO NOT MREGE: Mfa/demo #1398

Draft
wants to merge 86 commits into
base: main
Choose a base branch
from
Draft

DO NOT MREGE: Mfa/demo #1398

wants to merge 86 commits into from

Conversation

rthomare
Copy link
Collaborator

@rthomare rthomare commented Feb 28, 2025

Pull Request Checklist


PR-Codex overview

This PR focuses on implementing Multi-Factor Authentication (MFA) features across the application, enhancing security by adding support for TOTP (Time-Based One-Time Password) and related functionalities.

Detailed summary

  • Added useMFA hook for managing MFA operations.
  • Introduced MFA-related components and modals.
  • Updated API methods for adding, verifying, and removing MFA factors.
  • Enhanced documentation for MFA functionality.
  • Modified UI components to support MFA prompts.
  • Updated various files to integrate MFA checks and flows.

The following files were skipped due to too many changes: account-kit/react/src/components/auth/card/loading/totp.tsx, site/pages/react/mfa/social-login.mdx, account-kit/react/src/components/auth/sections/EmailAuth.tsx, site/pages/react/mfa/email-otp.mdx, account-kit/signer/test/mocks/MockAlchemySignerWebClient.ts, examples/ui-demo/src/components/ui/OTPInput.tsx, site/sidebar/reference/account-kit/signer.ts, site/pages/react/mfa/email-magic-link.mdx, site/pages/signer/authentication/mfa.mdx, examples/ui-demo/src/components/modals/MFA/MFAModal.tsx, examples/ui-demo/src/components/icons/google-play.tsx, account-kit/signer/src/client/index.ts, account-kit/signer/test/base.test.ts, site/pages/react/mfa/setup-mfa.mdx, examples/ui-demo/src/components/icons/app-store.tsx, examples/ui-demo/src/components/icons/alchemy-two-tone.tsx, yarn.lock, account-kit/signer/src/base.ts, examples/ui-demo/src/components/ui/Spinner.tsx

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Feb 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aa-sdk-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2025 6:04pm
aa-sdk-ui-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2025 6:04pm

Copy link

graphite-app bot commented Feb 28, 2025

How to use the Graphite Merge Queue

Add the label graphite-merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@rthomare rthomare changed the title Mfa/demo DO NOT MREGE: Mfa/demo Feb 28, 2025
previousStep: "otp",
});
}
}, [status]);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <react-hooks/exhaustive-deps> reported by reviewdog 🐶
React Hook useEffect has a missing dependency: 'setAuthStep'. Either include it or remove the dependency array.

Comment on lines +28 to +30
constructor(params: BaseAlchemySignerParams<MockAlchemySignerWebClient>) {
super(params);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <@typescript-eslint/no-useless-constructor> reported by reviewdog 🐶
Useless constructor.

) {
setAuthStep({ type: "email_verify", email: authStep.email });
}
}, [status]);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <react-hooks/exhaustive-deps> reported by reviewdog 🐶
React Hook useEffect has missing dependencies: 'authStep.email', 'authStep.previousStep', and 'setAuthStep'. Either include them or remove the dependency array.

) {
setAuthStep({ type: "email_verify", email: form.state.values.email });
}
}, [status]);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <react-hooks/exhaustive-deps> reported by reviewdog 🐶
React Hook useEffect has missing dependencies: 'form.state.values.email' and 'setAuthStep'. Either include them or remove the dependency array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants