-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Feature request
Add reCAPTCHA middleware to easily wrap views which require reCAPTCHA verification on front-end. We'll be adding reCAPTCHA to the front-end on the precipice of adding many forms to the website.
Proposed solution
https://developers.google.com/recaptcha/docs/verify 🤷
I DMed @AllenAnthes the secret key.
Potential alternative solutions
🤷 maybe we dont need server verification if I'm just tryna prevent bots? Perhaps I could just not let the form submit until the recaptcha is done.
https://stackoverflow.com/questions/56776469/do-we-need-backend-integration-for-recaptchv3
Answer: Yeah it's easy to do: https://stackoverflow.com/questions/56776469/do-we-need-backend-integration-for-recaptchv3#comment100168666_56786924
Additional context
Open to discussion!