SignOut function doesn't immediately re-invoke session change
Get access to genericOAuth profile in customSession
Not able to get session type while using auth.api.getSession({headers: headers()})
auth.api.getSession
to get session on serverside.
I have tried everything, even when i am using this in auth.ts file itself it is not giving types. I have tried to use differnt tsconfig....Help setting up better auth in a fetch environment

Database Hooks within a Plugin
init
```ts
const plugin = {
init: (ctx)=>{
return {...Where to get these ID token? the documents looks half.
Auto logout
Infer additional fields for admin?
Expo - In-app browser not showing up
Express error

Cannot read user data after social sign in with google

Google Oauth Scopes Error
src/lib/auth.ts
```ts
import { betterAuth } from "better-auth";
import { prismaAdapter } from "better-auth/adapters/prisma";
import { prisma } from "./prisma";...
Conflict between Admin and Anonymous plugins – 500 error

Question regarding callbacks (used by next auth)
I'm trying to disable some routes
Help handling JWT with Sveltekit
Custom Session running twice on GET /api/auth/get-session
manual session refresh
Google redirect_uri_mismatch auth

newbie: are my conventions for checking if a user is logged in on client and server side fine?