Skip to content

Commit bc2b580

Browse files
jjarvispjosefaidt
andauthored
feat(docs): Update src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 29a99a6 commit bc2b580

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function getStaticProps() {
2828
};
2929
}
3030

31-
Amplify Auth supports Multi-factor Authentication (MFA) for user sign-in flows. MFA is an extra layer of security used to make sure that users trying to gain access to an account are who they say they are. It requires users to provide additional information to verify their identity. Amplify Auth supports MFA with Time-based-One-Time Passwords (TOTP), text messages (SMS), and email.
31+
Amplify Auth supports multi-factor authentication (MFA) for user sign-in flows. MFA is an extra layer of security used to make sure that users trying to gain access to an account are who they say they are. It requires users to provide additional information to verify their identity. Amplify Auth supports MFA with time-based one-time passwords (TOTP), text messages (SMS), and email.
3232

3333
In this guide we will review how you can set up MFA with each of these methods and the discuss tradeoffs between them to help you choose the right setup for your application. We will also review how to set up MFA to remember a device and reduce sign-in friction for your users.
3434

0 commit comments

Comments
 (0)