Vue2 Verify screenshot

Vue2 Verify

Author Avatar Theme by Mizuka wu
Updated: 28 Jan 2022
386 Stars

vue的验证码插件

Overview:

The Vue2-Verify project is currently seeking new maintainers as the frontend captcha functionality may not be of significant importance to its current users, leading to a lack of motivation for continued maintenance. The project is based on the https://github.com/Hibear/verify repository and supports various captcha types such as regular picture captcha, computation captcha, slide captcha, puzzle captcha, and pick captcha.

Features:

  • Regular Picture Captcha: Consists of numbers and letters for user input, case-insensitive, may transform into Chinese characters for verification.
  • Computation Captcha: Involves arithmetic operations on given numbers where users enter the result for verification.
  • Slide Captcha: Users can complete verification by a simple sliding motion, making it ideal for mobile devices.
  • Puzzle Captcha: Requires users to solve a puzzle for verification.
  • Pick Captcha: Users need to select Chinese characters in a specific order for verification, with IE browser requirements of version 9 or higher.

Installation:

To install the Vue2-Verify package, you can use npm by running the following command:

npm i vue2-verify

Summary:

Vue2-Verify is a captcha project looking for new maintainers due to a perceived lack of significance in its frontend captcha feature. The project supports different captcha types, including regular picture, computation, slide, puzzle, and pick captchas. It is essential to remember that pure frontend solutions may be bypassed by others, emphasizing the need for additional authentication measures in web applications.