|
Network.Captcha.ReCaptcha |
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
:: String | reCAPTCHA public key
| -> Maybe String | Nothing or Just an error message returned by previous validate attempt
| -> Html | | Returns HTML element to be inserted in the form for which a CAPTCHA is wanted.
|
|
|
|
:: String | reCAPTCHA private key
| -> String | IP address of the user who solved the CAPTCHA
| -> String | value of the recaptcha_challenge_field
| -> String | value of the recaptcha_response_field
| -> IO (Either String ()) | Left error message, or Right () for success
| Verify a CAPTCHA.
|
|
|
Produced by Haddock version 2.6.0 |