Does forwarding a JWT from a React SPA to C# .NET app make sense ?
Is there a way to get the refresh token after using a social provider?
How can I get member with user in adapter

guys, is it possible to do with better-aauth??
Error generating schema
npx @better-auth/cli@latest generate
npx @better-auth/cli@latest generate

How can I get other plugin's option in my plugin?
ctx.context.options.plugins?.find((plugin) => plugin.id === "organization")?.options
ctx.context.options.plugins?.find((plugin) => plugin.id === "organization")?.options
cross-site cookie in express
cookieCache doesn't work with customSession plugin
cookieCache
doesn't work once I add customSession
plugin. I enabled query logging for Prisma client, and see that it queries database on every getSession()
call. Maybe I'm missing something obvious. Did anyone have similar issues? Here is my config:
```ts
export const auth = betterAuth({
database: prismaAdapter(db, {...redirect after signout on a protected page
Hono on Cloudflare Workers with Better Auth always returning 401 Unauthorized
NextJS Build Fail with createAuthClient

Trouble creating session after login with 2fa enabled
How to save custom fields (like address) in my database when admin creates a User?
Output debug mode?
error PostgresError: column "undefined" does not exist
error PostgresError: column "undefined" does not exist
Can better-auth/client be used with a non-Node backend (e.g. Symfony)?
Error: Too many connections (MySQL)
Error: Too many connections
Error: Too many connections
oauth redirect to homepage on another domain
Redirect Problem
Setting Admin Roll With Hook
Trouble Creating Session After Login with 2FA Enabled – No Session Created or Persisted