-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the master key to bypass email verification #8230
Labels
type:feature
New feature or improvement of existing feature
Comments
Thanks for opening this issue!
|
mstniy
added a commit
to Ocell-io/parse-server
that referenced
this issue
Oct 13, 2022
7 tasks
mstniy
added a commit
to Ocell-io/parse-server
that referenced
this issue
Oct 14, 2022
mstniy
added a commit
to Ocell-io/parse-server
that referenced
this issue
Oct 14, 2022
The feature design should consider #7144 |
mstniy
added a commit
to Ocell-io/parse-server
that referenced
this issue
Oct 15, 2022
mstniy
added a commit
to Ocell-io/parse-server
that referenced
this issue
Oct 17, 2022
7 tasks
Maybe incorporated into #7144 (comment) |
mstniy
added a commit
to Ocell-io/parse-server
that referenced
this issue
Oct 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Feature / Enhancement Checklist
Current Limitation
Currently email verification is either off, or Parse sends verification emails each time a user signs up or changes their email address.
Our team has a custom way of onboarding users, where they verify their email addresses out-of-band.
We would like the master key to be able to bypass email verification, suppress the sending of the verification email, and mark Parse users as
emailVerified=true
.Feature / Enhancement Description
Signup requests as well as modifications to existing users where the email address is changed should not lead to a new email verification sequence, provided that the caller is the master key and the requests also sets the
emailVerified
field to true.Example Use Case
Alternatives / Workarounds
Turning off email verification for all users, implementing custom email verification logic.
3rd Party References
The text was updated successfully, but these errors were encountered: