-
Hi, I turned on the captcha feature but it's not checking the captcha token. Is there a step I missed? const { data, error } = await client.auth.signInWithPassword({
email,
password,
options: {
captchaToken: 'faketoken',
},
})
console.log(data, error) // the error is null. |
Beta Was this translation helpful? Give feedback.
Answered by
razonyang
Nov 27, 2024
Replies: 2 comments 1 reply
-
You don't say if you followed all the steps. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For others ran into this, the captcha challenge will be bypassed when using a Supabase client instance with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
razonyang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For others ran into this, the captcha challenge will be bypassed when using a Supabase client instance with the
service_role
secret.