Need guidance to set Captcha!

await authClient.signIn.email({ email: "user@example.com", password: "secure-password", fetchOptions: { headers: { "x-captcha-response": turnstileToken, }, }, });


Whats turnstileToken here?
from where i can get this?
Anyone implemented plz help. turnstileToken is not secret key right?
Was this page helpful?