Ability to enable / disable email verification ?
Opened this issue · 1 comments
burkaygur commented
Is it possible to have a init setting that would create this architecture without the email verification?
danilop commented
It would be possible, e.g. changing the CreateUser function to write the user item on DynamoDB as verified. But from a security perspective you should protect the CreateUser function that now is unauthenticated.