From 63aba1f5bddbcf5eae6f5b720fa4cb4b03f5bb6e Mon Sep 17 00:00:00 2001 From: siegerts Date: Wed, 18 Dec 2024 12:06:32 -0500 Subject: [PATCH] link to backend overrides --- .../build-a-backend/auth/concepts/passwordless/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx b/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx index e84aeb8231d..6fc490e7ca0 100644 --- a/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx @@ -42,6 +42,8 @@ Passwordless authentication removes the security risks and user friction associa +Learn how to implement passwordless sign-in flows by [overriding the Cognito UserPool to enable the sign-in methods below](/[platform]/build-a-backend/auth/modify-resources-with-cdk/#override-cognito-userpool-to-enable-passwordless-sign-in-methods). + {/* need a section about what a "preferred" factor is */} ## SMS OTP