-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi, I came across your package for Django. Saved me a few hours on implementing CF Turnstile on my new site. Thank you, I reviewed every file in your repo, and it is well-developed! Thank you for sharing your package!
I have a question regarding the Turnsite site keys. The document for this package shows how to add your Turnsite site key/secret to the settings.py. I had no problem implementing the initial Turnsite. I normally, create a Turnstile for each individual form, to keep track of the individual analytics in CF. I tried to bring it down to one Turnstile and just use Matomo Analytics but, I definitely need two different Turnstile at the bare minimum. I need a managed Turnstile and an invisible Turnstile for one particular form. I'm not sure how to implement two different site/secret keys and point them to the individual Turnstile? Is that possible with your package?