Skip to content

jclopes/ERL_reCaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Project:

Erlang reCaptcha API

Description:

This erlang module implements some functions that simplify the use of reCapture service.

Manual:

  • Request Challenge: display_html(PublicKey, UseSSL, Error)
    • PublicKey: Your reCaptcha public_key.
    • UseSSL: Set to 'true' if you want to use a SSL connection.
    • Error: An error message to display.
  • Response Validation: submit(PrivateKey, RemoteIp, Challenge, Response)
    • PrivateKey: Your reCAPTCHA private key.
    • RemoteIp: The user's IP address.
    • Challenge: The value of recaptcha_challenge_field from the form.
    • Response: The value of recaptcha_response_field from the form.

Acknowledgement:

  • The reCAPTCHA service is an amazing tool that help us all keep the internet a better place. link
  • The implementation was inspired by the python recaptcha-client. link
  • This project uses the code from Buddy Moore erlang driver. link

About

Erlang reCapcha API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages