Removing name from user table
getting user info on server side
ERR_REQUIRE_ESM on better-auth 1.2.10 (not 1.2.11+) on Vercel Deployment
creating an organization with teams enabled is failing

Drizzle TypeError: not enough arguments
Can't get someone elses github project to work
Is there a way to add more infromation on sign-up?
Handling auth on server-side?
Email OTP
Using the auth object on server side Nextjs
getSession called in next middleware reports: PrismaClient is unable to run in this browser envir..
Google OneTap when the app is on dark mode contains a white background

noobie question whats the better auth secret used for? is it just managing sessions?
How to insert timestamp in lastLogin for social login like google
Update/Fetch tables with custom fields
Member
table, given by organisation plugin (separate from the core user table) that stores organization-specific fields for each user (like company email, designation, etc.).
I noticed that Better Auth’s APIs (like getActiveMember
) only return the fields it knows about, and do not include any custom fields I’ve added to my Member
table. I want to be able to fetch and update these custom fields through Better Auth, or at least have a recommended way to do this.
Is there any built-in way in Better Auth to fetch and update custom fields from custom tables (like Member
), or do I have to create my own backend endpoints for this? ...Getting a very strange issue with apple sign in using web client
✘ [ERROR] # SERVER_ERROR: TypeError: Key for the RS256 algorithm must be one of type CryptoKey, KeyObject, or JSON Web Key. Received an instance of CryptoKey
✘ [ERROR] # SERVER_ERROR: TypeError: Key for the RS256 algorithm must be one of type CryptoKey, KeyObject, or JSON Web Key. Received an instance of CryptoKey
Can't pass token_access_type to dropbox provider? No way to get refresh token?
resetPassword & emailVerified
resetPassword
is successful, emailVerified
should be turned to true also, no ?!resetPassword & autoSignIn
autoSignIn
is for "after sign up".
But could we have a flag for autoSignInAfterResetPassword
?...emailAndPassword sign-up error in Nodejs-Express
