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

Using existing DB schema with Drizzle
better-auth which I'm passing as auth options to the drizzle adapter. However when I run the cli command to generate the schemas, the better-auth schema isn't being used. Is there a way to use the custom schema I created?
The following is my authOptions which I'm sharing between the actual auth instance and a fake one which is used with the cli.
```ts
export const authOptions: BetterAuthOptions = {
database: drizzleAdapter(...cookie cache additional fields
additionalFields in the betterauth config extend to cookie cache.getCookieCache returns null?
getCookieCache method, so I enable cookie caching in my auth.ts.
However, when I look at the docs, and implement the middleware check, my getCookieCache is always null, even when there is a session....Inferring types on the server