hcengineering / platform

Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)
https://huly.io
Eclipse Public License 2.0
17.55k stars 1.06k forks source link

Feat: add Google reCAPTCHA #7125

Open kasir-barati opened 3 weeks ago

kasir-barati commented 3 weeks ago

Pull Request Requirements:

What I did not manage to get a hold of, the backend part of this app (specifically talking, I guess it should be hardcoreeng/account). I need to just add the functionality over there and reCAPTCHA will be finished. These steps needed to be taken:

  1. Send a req to Google's API to assess the performed action and receive a score.
  2. Interpret the score and based on the interpretation decide to whether you should allow the actions to proceed or should it be rejected.

Love to hear about your thoughts.