What is the name of the domain?
What is the issue you’re encountering
I generated a Turnstile token and verified it. Initially, the response returned success: true as expected. Then, I attempted to verify the same token multiple times, expecting it to fail. The first few retries correctly returned a timeout-or-duplicate error. However, after several more attempts, the same token unexpectedly returned success: true again. Do you have any idea what might be causing this behavior and how to prevent it? Thanks!