Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 749 Bytes

VerifyRecaptcha

VerifyRecaptcha is a simple Plug module for verifying input from a Recaptcha instance and passing back a structured response.

Installation

The package can be installed by adding verify_recaptcha to your list of dependencies in mix.exs:

def deps do
  [
    {:verify_recaptcha, "~> 0.0"}
  ]
end

Availability

This library is currently published at for use with the public hex.pm repository at https://hex.pm/packages/verify_recaptcha.

Source code is available at the FunctionHaus Github Organization at https://github.com/functionhaus/verify_recaptcha.

License

ConnArtist source code is released under Apache 2 License. Check LICENSE file for more information.