Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is_bot

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is_bot

  • 2.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

# is_bot

About

is_bot is a clean rewrite of less_reverse_captcha

It is a simple way to make your forms bot-proof. The effectiveness of the solution is open to discussion. I have used it on a low traffic site and it seems to have reduced the bot-attack considerably.

## Usage

It is very simple to use. Just install it in your rails app and perform the following steps.

In your model class:

class User < ActiveRecord::Base
  validate_captcha
end

In your model's view:

form_for @user do |f|
  captcha_reverse_field :user
end

And that's it.

Rails 3

Use version 1.0.0

Rails 4

Use version 2.0.0

Versioning

The project uses semantic versioning.

## Bugs

Please report the issues through Github's issues.

## Authors

  • Anuj Dutta - andHapp.com

FAQs

Package last updated on 15 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc