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()}})
how to set cookie after verifiying one-time-token.
after hook to ctx.setNewSession but that is not workign either for me.
```
export async function action({ request, context }: ActionFunctionArgs) {...404 on subscription routes

Iโm having trouble getting Google OAuth to work with better-auth in my monorepo (Turborepo) setup
- The backend logs show: ...
Drizzle-adapter ignores additional fields when updating entity

Using admin plugin methods on server-side
admin.removeUser returns "Unauthorized" since I can't pass headers server-side.Social sign in opens a new tab
authClient.signIn.social(), it opens a new tab. Is there a way to fix it so that it uses the same tab?
This is my code:
```ts
authClient.signIn.social({...Modify members table
session always returns null
Social Auth - Implement Custom Logic after SignIn
Polar with existing users
Only create account
SERVER_ERROR: Error: hex string expected, got undefined
Error: self-signed certificate in certificate chain
failed to Failed to create user Error [PrismaClientValidationError]
Certain endpoints not working
B2b saas multi-tenant organization with turso
Managing Shared Drizzle Schemas in a Multi-Repo Next.js Setup
How do you show ban reason and expiry on a banned page?