useSession is not is not callable ?
createAuthClient
from better-auth/client
rather than better-auth/react
Error on generate schema with prisma

How to make two unique fields in a schema

How do I use the auth.api.deleteUser endpoint from a server action?
account_not_linked: I have react and express setup and using better auth
User avatars/profile pics for Microsoft Entra social sign in
Determine if new user without callbacks in expo
authClient.signin.social
in an expo app the deep link callbacks don't currently work, sounds like it should be fixed in an upcoming version. In the meantime I'm using the workaround that is in the example expo project to force a redirect after authenticating:
```
useEffect(() => {
if (isAuthenticated) {...Custom values into `authClient.signIn.social()`?
Update additional fields in updateUser
additional fields not included in session

2025-04-09T13:12:33.351Z ERROR [Better Auth]: INTERNAL_SERVER_ERROR [AggregateError: ]
2025-04-09T13:12:33.351Z ERROR [Better Auth]: INTERNAL_SERVER_ERROR [AggregateError: ] { code: 'ETIMEDOUT' }
2025-04-09T13:12:33.351Z ERROR [Better Auth]: INTERNAL_SERVER_ERROR [AggregateError: ] { code: 'ETIMEDOUT' }
The field "id" does not exist in the "verification" schema
# SERVER_ERROR: [BetterAuthError: The field "id" does not exist in the "verification" schema. Please update your drizzle schema or re-generate using "npx @better-auth/cli generate".] {
cause: undefined
}
# SERVER_ERROR: [BetterAuthError: The field "id" does not exist in the "verification" schema. Please update your drizzle schema or re-generate using "npx @better-auth/cli generate".] {
cause: undefined
}
typescript not recognizing role field in astro locals with better auth
onAPIError not working
Admin API tools (without authentication)
"userId" as id of user instead of "id"
id
names yet. @IceeCold
It may be a future we add later down the line however....set cookie manually in next.js server action
stripe subscription edge case question cancel_at_period_end
await db...
Difference between SSO and social sign on