danilop/LambdAuth

Ability to enable / disable email verification ?

Opened this issue · 1 comments

Is it possible to have a init setting that would create this architecture without the email verification?

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.