I'm on version `0.69.7`
# help
j
I'm on version
0.69.7
f
Hey @Jason S, can you try this
Copy code
new sst.Auth(this, "Auth", {
  cognito: {
    userPool: {
      signInAliases: { email: true },
    },
    userPoolClient: {
      authFlows: [
        adminUserPassword: true,
        custom: true,
        userPassword: true,
        userSrp: true,
      ]
    },
  },
});
I’m not sure about what should go into
authFlows
, here the doc https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.AuthFlow.html