YOUR_SITE_KEY_HERE
in index.html
with your actual site key<div class="cf-turnstile" id="loginTurnstile" data-sitekey="YOUR_ACTUAL_SITE_KEY"></div>
<div class="cf-turnstile" id="registerTurnstile" data-sitekey="YOUR_ACTUAL_SITE_KEY"></div>
✅ Added Turnstile script to _layouts/default.html
✅ Updated CSP to allow Turnstile domains
✅ Added Turnstile widgets to login and signup forms in index.html
✅ Updated js/auth.js
to get and pass captcha tokens
✅ Updated js/lib/api.js
to send captcha tokens to Supabase
getTurnstileToken()
retrieves the tokengotrue_meta_security.captcha_token