yesod-recaptcha2: yesod recaptcha2

[ library, mit, web ] [ Propose Tags ]

recaptcha2 for yesod-form


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3.0, 1.0.0, 1.0.1, 1.0.2, 1.0.2.1
Dependencies base (>=4.7 && <5), classy-prelude-yesod, http-conduit, yesod-auth [details]
License MIT
Copyright ncaq
Author ncaq
Maintainer ncaq@ncaq.net
Category Web
Home page https://github.com/ncaq/yesod-recaptcha2#readme
Uploaded by ncaq at 2017-06-19T07:58:41Z
Distributions LTSHaskell:1.0.2.1, NixOS:1.0.2.1, Stackage:1.0.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5584 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-19 [all 1 reports]

Readme for yesod-recaptcha2-0.1.0.0

[back to package description]

yesod-recaptcha2

import Import.ReCaptcha2
instance YesodReCaptcha App where
    reCaptchaSiteKey = return "foo"
    reCaptchaSecretKey = return "bar"
<* reCaptcha