1715labs / 1715labs-pfe

Modified version of PFE for use with paid crowds
1715labs-pfe.vercel.app
Apache License 2.0
0 stars 0 forks source link

Bot detection with reCAPTCHA #8

Open rogerhutchings opened 3 years ago

rogerhutchings commented 3 years ago

https://developers.google.com/recaptcha/docs/v3

It looks like to adopt this, we'd need to run grecaptcha.execute on every annotation action, and the submission buttons

suggested by @tingard

tingard commented 3 years ago

We would also need to do server-side validation of the response token - which means not sending classifications directly to PFE but instead having a function in the middle (which ties in with putting things in a data lake / our own database at the same time)