Get enabled authentication methods
How to Get User after SignUp with Hooks when requireEmailVerification is true
Account linking social -> credentials
Multiple domains
Working with modified schemas
Use existing User Database
What's the difference between the session and the token?
Multi domain Auth
Session Expiration Limited to 1 Day Despite 7-Day Configuration
rememberMe: true
resolved our session expiration issue. Sessions were only lasting 1 day instead of the configured 7 days.
The current documentation only states:
"rememberMe: If false, the user will be signed out when the browser is closed. (optional) (default: true)"...
cross subdomain cookies issue
Single Redirect URL SSO
How to configure custom ID column names (e.g., id_user, id_session) ?
id
for the user table, id
for the session table, etc. I'd like to use id_user
, id_session
, etc., instead.
I attempted to configure this in the auth.ts
file like this :...Why few keys dont have ttl in redis?

How handle RLS
cloudflare timeot
Next.js 15 + BetterAuth + HonoJS TS issues for user, session
making a custom id with advanced.database.useNumberId = true not working
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