What happens if the session freshness check fails ?
Property 'stripeCustomerId' does not exist
better-auth and @better-auth/stripe but keep getting this issue, not sure why...
```
src/integrations/trpc/routers/user.ts:23:23 - error TS2339: Property 'stripeCustomerId' does not exist on type '{ id: string; email: string; emailVerified: boolean; name: string; createdAt: Date; updatedAt: Date; image?: string | null | undefined; isAnonymous?: boolean | null | undefined; banned: boolean | ... 1 more ... | undefined; role?: string | ... 1 more ... | undefined; banReason?: string | ... 1 more ... | undefined; ...'....Repetead API post calls
Anonymous User Per IP
Federated Logout
authClient.signOut() ? I know signOut deletes cookies and invalidates session in DB, but I want to logout of my provider.Using better-auth for a "custom"/none oauth2 sysem.
Question about global roles (super-admin) vs organization roles
Persist last active organization
"Provider account provider is credential but it is not configured"
/account-info endpoint, I get a
"PROVIDER_ACCOUNT_PROVIDER_IS_CREDENTIAL_BUT_IT_IS_NOT_CONFIGURED" error
I'm not sure what is not configured since I can log in and out of the (credential) acc without issue....Google access token not being updated after re linking with extra scopes
why organizations methods not working when I created it using drizzle-seeds
How to extend User Prisma model with Custom 1to1 relations when used @better-auth/cli
Issues getting a backend signup request to work.
Cannot read properties of undefined (reading 'username')
Cannot read properties of undefined (reading 'username')
Error: column "displayUsername" of relation "users" does not exist in better-auth 1.3.6
Is Better-SQLITE3 necessary ?
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.