fabianwennink / IconCaptcha-Widget

This repository contains the source for the IconCaptcha client-side widget.

Home Page:https://www.fabianwennink.nl/projects/IconCaptcha/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


IconCaptcha Logo

A self-hosted, customizable, easy-to-implement and user-friendly captcha.

Version License Support via PayPal Buy me a coffee

Sonar Quality Sonar Security Sonar Bugs Sonar Vulnerabilities


Introducing IconCaptcha, a self-hosted captcha solution that's designed to be fast, user-friendly, and highly customizable. Unlike other captchas, IconCaptcha spares users the need of deciphering hard-to-read text images, solving complex math problems, or engaging with perplexing puzzle games. Instead, it's as straightforward as comparing up to 8 icons and selecting the least common one.

This repository contains the source for the IconCaptcha client-side widget, and is to be used in combination with a server-side implementation. To implement IconCaptcha on your website, follow the installation guide of the respective server-side package you wish to use.


Building the source files

To build the JavaScript and CSS files, use the included Gulp file (Gulp 4). ECMAScript 6 and later is supported.

  • To watch the JavaScript and SCSS files: gulp watch
  • To build the source code: gulp build

Credits

The icons used in this project are made by BlendIcons.

License

This project is licensed under the MIT license.

About

This repository contains the source for the IconCaptcha client-side widget.

https://www.fabianwennink.nl/projects/IconCaptcha/

License:MIT License


Languages

Language:JavaScript 77.2%Language:SCSS 22.8%