An open API service indexing awesome lists of open source software.

https://github.com/hasithaishere/express-captcha-example

🔌🌍 This Repository contains sample code for testing Google reCAPTCHA v2 and Cloudflare Turnstile with VueJS frontend and Express API
https://github.com/hasithaishere/express-captcha-example

Last synced: 5 months ago
JSON representation

🔌🌍 This Repository contains sample code for testing Google reCAPTCHA v2 and Cloudflare Turnstile with VueJS frontend and Express API

Awesome Lists containing this project

README

          

# Express CAPTCHA Example

A simple example showing how to integrate both Google reCAPTCHA v2 and Cloudflare Turnstile with an Express.js backend.

## Features

- Simple HTML frontend with signup forms
- Google reCAPTCHA v2 integration
- Cloudflare Turnstile integration
- Express.js backend API
- Form validation and error handling
- Clean and responsive UI

## Prerequisites

- Node.js and npm installed
- A Google reCAPTCHA site key and secret key
- A Cloudflare Turnstile site key and secret key

## Setup

1. Clone the repository
2. Install dependencies: