0.0
No commit activity in last 3 years
No release in over 3 years
API to interact with BrandCAPTCHA http://www.pontamedia.com/en/brandcaptcha/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1
 Project Readme

brand_captcha

A BrandCAPTCHA library for ruby

Description

API to interact with BrandCAPTCHA

Installation

$ gem install brand_captcha

Usage

BrandCaptcha.configure do |c|
  c.public_key = ENV['BRANDCAPTCHA_PUBLIC_KEY']
  c.private_key = ENV['BRANDCAPTCHA_PRIVATE_KEY']
end

On the view, inside the <form>

<%= BrandCaptcha.widget =>

To validate the captcha:

valid = BrandCaptcha.check_answer remote_ip, challenge, response

Acknowledgement

Based on BrandCaptcha plugin for WordPress and reCAPTCHA