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.
- Host: GitHub
- URL: https://github.com/functionhaus/verify_recaptcha
- Owner: functionhaus
- License: other
- Created: 2019-01-12T15:55:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T22:30:33.000Z (about 7 years ago)
- Last Synced: 2025-03-02T10:47:49.947Z (11 months ago)
- Language: Elixir
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.