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?
Parse is no longer supported by Facebook and has been open-sourced at parse-community/parse-server