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
Personalize Auth Flow
OAuth login provider refreshToken and impersonate
Fresh Next better-auth drizzle mysql error
How to use metered prices with better auth stripe plugin
metered. Remove quantity from line_items[0]"
How can I charge for usage ?...How to wait for new auth data to populate useSession state?
await $auth.refetch(), which works, but results in an extra trip to the server, and isn't part of the it's public types (I just happened to stumble on it). Is there anything else I can wait on? I kinda expected to be able to await the signIn.social call and know that the store would be up...
Next.js: useSession() hook does not seem to refresh when session is changed from the server

list organizations that user is a member of, but on client side
SAML SSO Plugin Help
Is there a way to get the additionalFields in the useSession hook?
useSession hook?`useNumberId` is set, but `id` is still a string?
useNumberId: true in my betterAuth config (with an SQLite database), but I'm still seeing that the user id is a string in my auth middleware. Did I miss something ? Thanks in advance :).
```typescript...id value has to remain a string.
Our adapter system will automatically convert the id from string to int and vice versa when interacting with DB....e2e nextjs
Is there a superadmin role that lets you manage every organization?
/oauth2/redirect to automatically add users logged in through our internal IdP to a special organization, then added a server action to directly modify the database if that user is a part of the special organization. ugly but it works 😅...Trying to revoke a session server-side.
bearer plugin
- Create a headers object
- Set Authorization: Bearer <token>...Cross Domain : Receiving null for both data and error while fetching session
const {data,error} = await authClient.getSession({fetchOption : { header : await headers()}})
const {data,error} = await authClient.getSession({fetchOption : { header : await headers()}})