Just announced by CF and free for everyone.
https://blog.cloudflare.com/turnstile-private-captcha-alternative/
Just announced by CF and free for everyone.
https://blog.cloudflare.com/turnstile-private-captcha-alternative/
Right in time, yesterday I was looking for captchas. I’m also considering mCaptcha, similarly a proof-of-work captcha
I voted for it because I believe options is good. But I’m curious as to why people are shunning Captcha? Does it no longer do the job?
For me it’s about GDPR compliance, reCaptcha is not clear if it’s compliant. Better let a device solve work than a human anyway (from a UX perspective). Captchas are always bypass-able given the attacker has money
Voted.
Quick & dirty solution to use Turnstile with Wappler:
On your layout page(s):
<!--<script src="https://www.google.com/recaptcha/api.js" defer></script>-->
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?compat=recaptcha" async defer></script>
Use Visual Studio Code to find the following string on all files: (there’s an option to search for text in all files at once)
https://www.google.com/recaptcha/api/siteverify
You will find one match, replace with:
https://challenges.cloudflare.com/turnstile/v0/siteverify
And then replace all your site and secret keys with Turnstile ones
Won’t survive Wappler updates
Edit: Wappler insists on adding reCaptcha’s script when you add a new captcha
@George this is an easy feature request I think
Months after this request I built a rough extension for AC 1.x. I don’t remember facing problems at the time. It wouldn’t work today but maybe someone wants to give it a try with AC 2.0
Bump
Would love to see this as well.
Bump
The team probably sees no interest in this because they believe reCaptcha V2 is GDPR compliant
With Turnstile, you do have access to a DPA (Data Processing Agreement) document, that makes it GDPR compliant.
Bump
I am not sure why CloudFlare turnstile integration for Wappler was stopped. It makes sense to have more than one solution to control bots and non human website users. How can I use CloudFlare turnstile with Wappler.
It was actually not that easy to integrate Turnstile and make it work with content page navigation. I have a fully working solution now and will release it for free on my new website soon. Will post the link here once online:
That's excellent news!!