Need guidance to set Captcha!
await authClient.signIn.email({
email: "[email protected]",
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?0 Replies