LambdAuth
LambdAuth copied to clipboard
Ability to enable / disable email verification ?
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.