Recommend this page to a friend! |
Classes of Eric Sizemore | Cloudflare Turnstile | docs/faq.md | Download |
|
![]() FAQGeneral QuestionsQ: What is Cloudflare Turnstile? A: Cloudflare Turnstile is a CAPTCHA alternative that provides a user-friendly way to verify that your visitors are human without requiring them to solve puzzles. Q: How does it compare to reCAPTCHA? A: Turnstile is designed to be more privacy-friendly and user-friendly than traditional CAPTCHAs, using multiple non-interactive signals to verify users. Implementation QuestionsQ: Can I use multiple widgets on the same page? A: Yes, you can have multiple widgets on the same page. Each widget will need its own container:
Q: How can I reset a widget? A: You can reset a widget using the provided JavaScript API:
Security QuestionsQ: Is it safe to store the secret key in environment variables? A: Yes, storing sensitive credentials in environment variables is a security best practice. Never commit these values to version control. Q: Should I validate responses server-side? A: Yes, always validate responses server-side. Client-side validation alone is not secure. Related Documentation |