Hi to all,
I create my auth stack like this:
const auth = new Auth(stack, "Auth", {
login: ["email"],
});
This sets the cognito password policy to “Cognito defaults” (8 characters minimum length, at least 1 number, 1 special character, …)
Is there a way to customize the password policy?