An open API service indexing awesome lists of open source software.

https://github.com/functionhaus/verify_recaptcha

A custom Plug middleware for handling live recaptcha responses.
https://github.com/functionhaus/verify_recaptcha

Last synced: 10 months ago
JSON representation

A custom Plug middleware for handling live recaptcha responses.

Awesome Lists containing this project

README

          

# 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`:

```elixir
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](
https://github.com/functionhaus) at
https://github.com/functionhaus/verify_recaptcha.

## License

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