How to get organization plugin data into OIDC claims
getAdditionalUserInfoClaim
's first parameter is the user object, but the user's org info isn't listed on this object. Missing something?how to auth.api.createOIDCProvider without user session
Organization role customization
Error FAILED_TO_CREATE_USER with code 42703 when trying to create a new user
GenerateId false is not working
generateId
set to false, when I try to login I get the error because its trying to use its own id instead of the db's default
```
export function initAuth() {
if (authInstance) {...Anonymous/API Keys + OIDC
Getting session from external server on a different server
Social Sign-on - Google - scope out image?
Authorize User or Session in Separate Hono Server but Better-Auth is in Nextjs
Help with Keystone 6 express backend framework
better-auth/client internal fetch logic gets overridden or ignored
better-auth/vue
in my Nuxt 3 app to call my custom backend API.
When I pass a baseURL
to createAuthClient
, it seems like all the internal fetch logic (like headers, payload serialization, etc.) gets overridden or ignored.
Here's my usage:...Timeout when deploying to Cloudflare Workers with Better Auth when using getSession
How to show this menu when signing in with Google?

Additional field validation
bio
field), is it possible to enforce restrictions here? Eg min/max length.
Or need I create my own backend endpoint to sanitize it?
```...Using secure cookies on local dev server (running https) not working
legal-consent plugin not extending authClient.signUp.email
tosAccepted
and privacyPolicyAccepted
fields through to the database resulting in DB errors due to a missing field....
[Stripe] Annual or Monthly in getCheckoutSessionParams?
is a passwordless sign-up/sign-in possible?
TRPCClientError: [# Drizzle Adapter]: The model "verification" was not found in the schema object. Please pass the schema directly to the adapter options.
TRPCClientError: [# Drizzle Adapter]: The model "verification" was not found in the schema object. Please pass the schema directly to the adapter options.

How do I validate sessions / access in my backend
svelte-kit-example not working