Hono Handler Not Triggering
React SPA redirects on signIn and signUp
authClient.signIn.email({email, password} my whole page does a hard reload on success. Is this intended behavior? I couldn't find the source code where this happens (yes, im preventing default in my form).
Also, when I do authClient.signUp.email({name, email, password}, {onSuccess: () => navigate({ to: "/" })}) my auth check with authClient.getSession() in my protected route always fails and I end up redirected in my sign in form. How do you guys solve this race condition?...how to correctly type useSession on the client side

Help Implementing Captcha Plugin
Keep active organisation stored between refresh.
RSC understanding difference auth/authclient
CORS error when using Better Auth with subdomain (Next.js)
Issue generating auth-schema
Any NestJS GraphQL integration
@thallesp/nestjs-better-auth dep for nestjs.How secure is authClient.sso.register?
In React After registering, signin, verify with email it redirects me to my express(localhost:3000)
google signIn roles

Unable to set role during signup
How to use CLI with Nuxt? (cant use useRuntimeConfig and other composables normally)
can we have callbackURL with emailOTP or passkey login?
Invalid drizzle schema for `defaultValue` of additionalField with type `string[]`
Magic Links vs EmailOTP?
how to perform extra verification before allow user creation
Better-auth ratelimit vs upstash rate limit
redis.get() and redis.set()).
I know that the upstash lib will use an efficient windowing algorithm.
I could use the upstash middleware "upstream" from the better auth route handlers but I am not sure how supported that is....