Popularity
4.6
Growing
Activity
6.4
-
4
4
2

Monthly Downloads: 25
Programming language: Haskell
License: MIT License
Tags: Web     Yesod    

yesod-recaptcha2 alternatives and similar packages

Based on the "yesod" category.
Alternatively, view yesod-recaptcha2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of yesod-recaptcha2 or a related project?

Add another 'yesod' Package

README

yesod-recaptcha2

Hackage Build Status

hackage

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