:sparkling_heart: 基于 Vue3.x + Vite4.x + Canvas 开发的滑块验证码 :sparkling_heart: 动态生成验证滑块,结合后端的二次校验,能有效的避免被其他人肆意抓取并模拟验证,进一步提升验证码的的可靠性 :collision: 且能满足大部分用户的不同定制化需求,譬如自定义背景图 / 定制主题色等等 :fire: :fire:
The Makeit Captcha 2.x is a Vue3.x + Vite4.x based component for generating dynamic verification slider captcha. It utilizes Canvas for generating the verification slider, allowing backend integration for secondary verification to enhance reliability and prevent malicious activities. The component offers customization options for theme colors, initializations, remote verification results, and captcha popup backgrounds.
To install the Makeit Captcha 2.x component, follow these steps:
npm install makeit-captcha
import MakeitCaptcha from 'makeit-captcha'
<makeit-captcha></makeit-captcha>
The Makeit Captcha 2.x Vue component is a feature-rich tool for implementing dynamic verification slider captchas in Vue3.x projects. With its customization options and backend integration capabilities, it offers enhanced reliability and security against malicious attempts. The component provides an easy-to-use solution for adding effective verification mechanisms to web applications.