Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@saltcorn/captcha

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saltcorn/captcha

Bot detection with Captchas

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

captcha

Protect forms from bots. Uses svg-captcha underneath, other engines may be added in the future.

How to use

  • Install this module (captcha in the Saltcorn module store)

  • Create a field in the table where you want to protect row creation of the type SvgCaptchaCertificate.

  • In the Edit view on this table, you must include the field with type SvgCaptchaCertificate twice:

    • Once with the fieldview SvgCaptchaImage: this will show the image and also include a hidden element with an encryption of the solution (using bcrypt)
    • Once with the SvgCaptchaInput fieldview: this is where the user will enter the text in the image

    This was split into two fieldviews to give more flexibility to the form design.

FAQs

Package last updated on 05 Dec 2022

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