ReCaptcha

Google reCAPTCHA: Basic example to integrate Google reCAPTCHA in Play Application with the help of play-recaptcha module

Reading Time: 2 minutes Playing with Google reCAPTCHA Basic example to integrate Google reCAPTCHA in Play Application with the help of play-recaptcha module Play reCAPTCHA Module This is a Play Framework module, for Scala and Play 2.x, to provide integration with Google reCAPTCHA (version 1 or 2) in a reactive (non-blocking) manner. Used Play reCAPTCHA module to integrate Google reCAPTCHA API Embedded JS & CSS libraries with WebJars. Integrating Continue Reading

Integrate ReCaptcha in Lift application

Reading Time: < 1 minute ReCaptcha is a free CAPTCHA service which provides the strong security to application. In this blog we will learn how to integrate ReCaptcha in Lift-Scala application on lift-ajax form. Add following dependency in build.sbt "net.tanesha.recaptcha4j" % "recaptcha4j" % "0.0.7" Put ReCaptcha.scala file in your project from my gist Create account on ReCaptcha to get the public and private key for your domain Put public and Continue Reading