https://github.com/fabianwennink/iconcaptcha-widget
This repository contains the source for the IconCaptcha client-side widget.
https://github.com/fabianwennink/iconcaptcha-widget
anti-bot bots captcha captcha-alternative captcha-generator captcha-image icon-captcha iconcaptcha jquery-captcha jquery-plugin security user-friendly
Last synced: 13 days ago
JSON representation
This repository contains the source for the IconCaptcha client-side widget.
- Host: GitHub
- URL: https://github.com/fabianwennink/iconcaptcha-widget
- Owner: fabianwennink
- License: mit
- Created: 2018-09-12T07:49:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T20:04:55.000Z (4 months ago)
- Last Synced: 2025-04-19T17:16:26.234Z (about 1 month ago)
- Topics: anti-bot, bots, captcha, captcha-alternative, captcha-generator, captcha-image, icon-captcha, iconcaptcha, jquery-captcha, jquery-plugin, security, user-friendly
- Language: JavaScript
- Homepage: https://www.fabianwennink.nl/projects/IconCaptcha/
- Size: 1.3 MB
- Stars: 22
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
![]()
A self-hosted, customizable, easy-to-implement and user-friendly captcha.___
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](https://blendicons.com/).## License
This project is licensed under the [MIT](https://www.fabianwennink.nl/projects/IconCaptcha-Widget/license) license.