AuthEnvConfig
AuthEnvConfig =
object
Defined in: packages/auth/src/types.ts:180
Per-request environment bindings required to initialize an AuthInstance.
Passed to the initAuth() function returned by createAuth.
Properties
Section titled “Properties”appUrl
Section titled “appUrl”appUrl:
string
Defined in: packages/auth/src/types.ts:184
The application’s public URL, used as the base URL for Better Auth endpoints.
d1:
D1Database
Defined in: packages/auth/src/types.ts:182
The Cloudflare D1 database binding for session and user storage.