New Feature / Enhancement Checklist
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.
New Feature / Enhancement Checklist
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
Booleanparameter at thesignUpfunction that indicates whether email verification is required, or not.Also, see initial forum post.