our-weekend-project / gripedotdev

A site for griping, not for solutions!
1 stars 1 forks source link

Integrate captcha for posting #4

Open TGiles opened 5 years ago

TGiles commented 5 years ago

In order to prevent abuse of the system, while allowing users to remain anonymous, we want to integrate some form of captcha for posting gripes.

Google reCaptcha will probably be a good choice, but investigation is needed.

TGiles commented 5 years ago

https://ohiwill.com/how-to-edit-css-of-google-recaptcha-re-style-change-position-resize-recaptcha-badge/ looks like a decent resource for styling it. Will still need to determine v2 versus v3.

TL;DR: https://developers.google.com/recaptcha/docs/versions v2 is the "I'm not a robot" while v3 runs in the background and returns a score.