CAPTCHA plugin — does it run on server-side API calls?
Hey everyone! Does the captcha() plugin still run when using
When I call from a
auth.api.signInEmail() (server-side) instead of authClient.signIn.email() on the client?When I call from a
+page.server.ts form action (server-side), it doesn’t seem like the CAPTCHA plugin is being enforced.