Add invocation event information to verifyUserEmails
parameters
#9505
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
When setting the Parse Server option
verifyUserEmails
to a function, it's unknown to the function why it has been called. This does not allow for taking specific action according to the event.Feature / Enhancement Description
Add a parameter to the method call, to know whether:
It could simply pass the object that would be stored in the session
createdWith
field, as that already contains all the infos, for example:Example Use Case
Require email verification only for auth providers who do not verify email addresses themselves.
The text was updated successfully, but these errors were encountered: