Hi everyone,
Anyone know if it’s possible to integrate a captcha solution to my authentication flow in parse ?
Does this need to restrict User creation (block user.signUp()
) and only allow it through cloud functions ?
Or is there a better approach (maybe using triggers ? or maybe through a custom oauth implementation ?)