Search code examples
parse-platform

Parse - User beforeSave and afterSave triggers not called when verifying email


I need to run some Cloud Code when a user verified its email through built-in Parse Email Verification feature:

https://parse.com/docs/rest/guide#users-email-verification

But afterSave and beforeSave triggers are ignored when user emailVerified is set to true when confirmation link is clicked.

Is there a way around this?


Solution

  • Parse is no longer supported by Facebook and has been open-sourced at parse-community/parse-server