Skip to content

Commit

Permalink
removed section on passwordless since flutter doesnt support it yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ekjotmultani committed Jan 15, 2025
1 parent b986329 commit dcdfc7f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ cfnUserPool.enabledMfas = [...(cfnUserPool.enabledMfas || []), "EMAIL_OTP"]
{/* BYO custom idp construct */}
{/* extend auth/unauth roles */}

<InlineFilter filters={["android","angular", "javascript", "nextjs", "react", "react-native", "swift", "vue"]}>

### Override Cognito UserPool to enable passwordless sign-in methods

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/).
Expand Down Expand Up @@ -146,3 +148,4 @@ cfnUserPoolClient.explicitAuthFlows = [
cfnUserPool.addPropertyOverride('WebAuthnRelyingPartyID', '<RELYING_PARTY>');
cfnUserPool.addPropertyOverride('WebAuthnUserVerification', 'preferred');
```
</InlineFilter>

0 comments on commit dcdfc7f

Please sign in to comment.