MIT licensed by ncaq
Maintained by [email protected]
This version can be pinned in stack with:yesod-recaptcha2-1.0.2@sha256:44f20d44d2f6f1252651abcd6e74c39ff7bc4daef3fcbde6e3dc26616c849454,1114

Module documentation for 1.0.2

yesod-recaptcha2

Hackage Build Status

import Yesod.ReCaptcha2
instance YesodReCaptcha App where
    reCaptchaSiteKey = pure "foo"
    reCaptchaSecretKey = pure "bar"
    reCaptchaLanguage = pure Nothing

Append to applicative form

buildForm :: Form MyForm
buildForm = renderDivs $ MyForm
  <$> areq textField "foo" Nothing
  <* reCaptcha