Convex + better auth 400 code with no errors
/api/auth/sign-in/social
route. No matter what provider I use, it's always the same.
All my .env variables are there and working...How to use `auth` method inside hooks
auth
, like auth.api.createOrganization
inside auth.emailVerification.afterEmailVerification
setup?
Typescript shouts about the variable referencing itself...organization.autoCreateOrganizationOnSignUp doesn't seem to do anything
Error Code: unable_to_get_user_info (X Login)

Error updating api key
useSession() and getSession() are supposed to extend expiresAt right?
Does Better Auth Support Session/Token Rotation?
google login doesn't work on mobile web but works properly for the desktop
activeOrganizationId stays null after setActiveOrganization
@better-auth/cli ZOD version dependency
Bearer 2FA
Next-intl + Stripe
Additional fields, FAILED_TO_CREATE_USER
Problem generate models with bun (bunx)
MCP plugin: problems with oauth and how to show consent screen to user
Waterfall in custom session plugin
customSessionPlugin
to decorate my session. I have user_preferences
schema, that has 1:1 realtionship with user
. This create waterfall chain first session
-> user
->user_preferences
. The waterfall between session
and user
makes absolute sense but I was wondering if we could avoid waterfall between user
and user_preferences
. I was going through code of fetchSession and it seems this is not possible in better-auth.
Has anyone tackled this before? Any workarounds or patterns you've adopted would be super helpful!...better-auth+prisma+mongodb combo literally doesn't work

Hierarchically nested teams
How can i prevent same phone number adding by other user?
Metadata on subscriptions not working.