Setting up additional fields in organization plugin.
session data is null despite session cookie
Completely different user flows
auth/organization/list only lists 100 organizations -- is there a way to list all?
Multi-tenancy with drizzleAdapter
Authclient SSR
TypeScript Error: Extended Core Schemaās isAdmin Not Recognized on User

How to persist next-intl locale during social-provider sign-up?
auth in distributed system
403 User is not part of organization
authClient.useListOrganizations()all my organization but when I want to set one as active I get an 403 with message User is not a member of the organization. I checked in my db the users as well and he is part of organization. Do i miss something?
my snippet:
```js...Discord integration problems.
authClient.linkSocial:
```ts
const handleLinkDiscord = async () => {
try {...
Limits field in stripe plugin?

Verification table not populating
How are built-in API endpoints / routes enabled?
// Better-Auth - Handle all auth routes
app.all('/api/auth/*', async (c) => {
return await auth.handler(c.req.raw)
})...TanStack Query + Better-Auth
Write custom plugin for telegram bot
Integrate Google login with 2FA
Export disappeared
import { type UserWithRole } from 'better-auth/plugins';
import { type UserWithRole } from 'better-auth/plugins';
User from your auth instance as that should include role if you're using the admin pluginCustom error when user has a Google account but no credentials account.