You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: