feat: Integrate Cloudflare Turnstile CAPTCHA

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 20:01:44 +00:00
parent 5d799241da
commit c88239fc4c
5 changed files with 206 additions and 1 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Supabase Configuration
VITE_SUPABASE_PROJECT_ID=your-project-id
VITE_SUPABASE_PUBLISHABLE_KEY=your-publishable-key
VITE_SUPABASE_URL=https://your-project-id.supabase.co
# Cloudflare Turnstile CAPTCHA (optional)
# Get your site key from: https://dash.cloudflare.com/turnstile
# Use test keys for development:
# - Visible test key (always passes): 1x00000000000000000000AA
# - Invisible test key (always passes): 2x00000000000000000000AB
# - Visible test key (always fails): 3x00000000000000000000FF
VITE_TURNSTILE_SITE_KEY=your-turnstile-site-key