VerifyRecaptcha is a simple Plug module for verifying input from a Recaptcha instance and passing back a structured response.
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
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.
ConnArtist source code is released under Apache 2 License. Check LICENSE file for more information.