Skip to content

Commit 1ecc8d2

Browse files
committed
removed section on passwordless since flutter doesnt support it yet
1 parent 68ef5d6 commit 1ecc8d2

File tree

1 file changed

+3
-0
lines changed
  • src/pages/[platform]/build-a-backend/auth/modify-resources-with-cdk

1 file changed

+3
-0
lines changed

src/pages/[platform]/build-a-backend/auth/modify-resources-with-cdk/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ cfnUserPool.enabledMfas = [...(cfnUserPool.enabledMfas || []), "EMAIL_OTP"]
117117
{/* BYO custom idp construct */}
118118
{/* extend auth/unauth roles */}
119119

120+
<InlineFilter filters={["android","angular", "javascript", "nextjs", "react", "react-native", "swift", "vue"]}>
121+
120122
### Override Cognito UserPool to enable passwordless sign-in methods
121123

122124
You can modify the underlying Cognito user pool resource to enable sign in with passwordless methods. [Learn more about passwordless sign-in methods](/[platform]/build-a-backend/auth/concepts/passwordless/).
@@ -146,3 +148,4 @@ cfnUserPoolClient.explicitAuthFlows = [
146148
cfnUserPool.addPropertyOverride('WebAuthnRelyingPartyID', '<RELYING_PARTY>');
147149
cfnUserPool.addPropertyOverride('WebAuthnUserVerification', 'preferred');
148150
```
151+
</InlineFilter>

0 commit comments

Comments
 (0)