Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify requests with reCAPTCHA #331

Open
kylemh opened this issue May 6, 2020 · 0 comments
Open

Verify requests with reCAPTCHA #331

kylemh opened this issue May 6, 2020 · 0 comments
Assignees

Comments

@kylemh
Copy link
Member

kylemh commented May 6, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants