rack-recaptcha
rack-recaptcha copied to clipboard
Rack Middleware for CAPTCHA verification via Recaptcha API
> GET https://www.google.com/recaptcha/api/js/recaptcha_ajax.js net::ERR_ABORTED 404 Can this be updated to the new recaptcha js url? Is the new url known?
Hi, are you planning to support No CAPTCHA reCAPTCHA too? http://www.google.com/recaptcha/intro/index.html https://developers.google.com/recaptcha/ Thanks
A nifty feature Ambethia's Recaptcha gem supports is the ability to add an error to an object if the recaptcha is invalid, like so: ``` if verify_recaptcha(:model => @post, :message...