1.2.0 • Published 7 months ago

@trustcaptcha/trustcaptcha-nodejs v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

Trustcaptcha NodeJS-Library

The NodeJS library helps you to integrate Trustcaptcha into your NodeJS backend applications.

What is Trustcaptcha?

A captcha solution that protects you from bot attacks and puts a special focus on user experience and data protection.

You can find more information on your website: www.trustcaptcha.com.

How does the library work?

Detailed instructions and examples for using the library can be found in our documentation.

Short example

Here you can see a short code example of a possible integration. Please refer to our provided documentation for complete and up-to-date integration instructions.

Installing the library

npm i @trustcaptcha/trustcaptcha-nodejs

Fetching and handling the result

// Retrieving the verification result
let verificationResult = await CaptchaManager.getVerificationResult("<your_secret_key>", verificationToken);

// Do something with the verification result
if (!verificationResult.verificationPassed || verificationResult.score > 0.5) {
    console.log("Verification failed, or bot score is higher than 0.5 – this could indicate a bot.");
}

Ideas and support

If you have any ideas, suggestions, or need support, please contact us.

1.2.0

7 months ago

1.1.2

8 months ago

1.1.1

9 months ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago