Hey @mkennedy any chance you can walk me through how you implemented Cloudflares new turnstile on your https://training.talkpython.fm/account/login page? I’ve been playing with it for days and can’t seem to get it working on my flask website for some reason.
@cobler sure. I’ll see if I can post a gist or something.
@mkennedy that would be perfect!
Here is that #python gist that shows how to use Turnstile @cobler. It comes in three parts (all in the same gist, because well the web :) ). Good luck.
https://gist.github.com/mikeckennedy/97ea085358e7ee663e1afa430fe0d979
@mkennedy thank you so much for this! I was able to get it working on my login page. However I wasn’t able to get it working on an email contact form I have in an htmx modal.
So I’m gonna have to play with that and see what I can come up but thank you again for your help!