LambdAuth icon indicating copy to clipboard operation
LambdAuth copied to clipboard

Ability to enable / disable email verification ?

Open burkaygur opened this issue 8 years ago • 1 comments

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

burkaygur avatar Aug 14 '15 16:08 burkaygur

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.

danilop avatar Aug 25 '15 07:08 danilop