Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Signup spam protection - reCAPTCHA v2.0 #240

Open
slimandslam opened this issue Jan 19, 2015 · 2 comments
Open

Signup spam protection - reCAPTCHA v2.0 #240

slimandslam opened this issue Jan 19, 2015 · 2 comments

Comments

@slimandslam
Copy link
Contributor

Google's latest reCAPTCHA (v2.0 API) is much better than the old version. And, if your site is public, and you allow anyone to signup, then signup spam protection is a must.
Can this be integrated into play-authenticate?

Demo: http://www.google.com/recaptcha/api2/demo
Widget and JS API: https://developers.google.com/recaptcha/docs/display

(There is no Java example for the v2.0 API yet, afaik)

@slimandslam slimandslam changed the title Signup spam protection - reCAPTCHA Signup spam protection - reCAPTCHA v2.0 Jan 19, 2015
@joscha
Copy link
Owner

joscha commented Jan 19, 2015

I guess some amount of interop between JS and Java is needed, as you are trying to prevent signup based on client side data. Starting point should be https://github.com/joscha/play-authenticate/blob/master/samples/java/play-authenticate-usage/app/views/signup.scala.html and https://github.com/joscha/play-authenticate/blob/master/samples/java/play-authenticate-usage/app/controllers/Application.java#L81

@slimandslam
Copy link
Contributor Author

#241

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

No branches or pull requests

2 participants