Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
There are occasions where there are multiple groups of users in an app and email verification is needed only to some of them! Right now, Parse Server offers an option of enabling email verification upon signup, but it becomes unconditional... it either works for everyone, or it does not at all.
Feature / Enhancement Description
To address this limitation, I think there could be a Boolean
parameter at the signUp
function that indicates whether email verification is required, or not.
Also, see initial forum post.