wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.73k stars 1.13k forks source link

Allow postponing or even turning off email verification #2073

Open Martinsos opened 1 month ago

Martinsos commented 1 month ago

We initially went for email verification on user signup (for email and pass method), but we got some good feedback on why more flexibility is useful, here: https://github.com/wasp-lang/wasp/issues/1848#issuecomment-2135905322 .

Based on those argument, I do believe we should look into this and while keeping what we have a default, we should allow positioning email verification or even turning it off if they want.

I believe there are multiple ways we can go about this and we already have good foundation for it if I am correct, so should be quite doable.

@infomiho will probably have more to say on the topic.