Better Auth 1.2.9 + Prisma: P2000 error when login
Advice: how to authenticate high-frequency endpoints?
account
associated with that provider (e.g. getting/refreshing the access token) and then makes an api request to the provider (e.g. google drive) with the bearer token, etc.
Alas, this is overwhelming supabase and I'm getting 504 errors 😦
What should I do? I'd like not to re-invent the wheel so perhaps someone can give me some advice?...Middleware error on cluster deployment with Docker.
Add metadata to subscription using stripe plugin
User role property in Organization plugin
allowUserToCreateOrganization
However, the role property doesn't seem to exist on the user type, even though I have added the admin plugin and migrated the changes on DB. But I still get this error:
Property 'role' does not exist on type '{ id: string; name: string; emailVerified: boolean; email: string; createdAt: Date; updatedAt: Date; image?: string | null | undefined; }'.ts(2339)
...How to generate a custom userID on registration
Issue sign in with Microsoft

Getting INVALID TOKEN on Reset Password

onLinkAccount not triggered when linking anonymous user with social account (BetterAuth v1.2.12)
~53.0.9
on the client and Hono ^4.7.11
on the server.
BetterAuth version is v1.2.12
.
...Cookies doesn't works in production mode

how can i link multiple oauth accounts from the same provider ?
Not able to infer fields from extended core User schema
additional fields on Social Providers
Session empty on Elysia server but works on Nextjs client
Example with express
any confirmation api available?
Create Session Manually
Basic authentication emailandpassword, refresh accessToken using refreshToken
authClient.useListOrganizations() is not callable