Skip to content

A custom Plug middleware for handling live recaptcha responses.

License

Notifications You must be signed in to change notification settings

functionhaus/verify_recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A custom Plug middleware for handling live recaptcha responses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages