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
- Host: GitHub
- URL: https://github.com/hasithaishere/express-captcha-example
- Owner: hasithaishere
- Created: 2025-02-03T04:48:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T07:48:19.000Z (over 1 year ago)
- Last Synced: 2025-02-12T07:45:38.586Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: