We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca0000 commit 14b261fCopy full SHA for 14b261f
docs/content/docs/framework-guides/expo.mdx
@@ -300,7 +300,10 @@ Add the site URL and the cross-domain plugin to the Better Auth instance.
300
301
```ts title="convex/auth.ts"
302
import { createClient, type GenericCtx } from "@convex-dev/better-auth";
303
-import { convex } from "@convex-dev/better-auth/plugins";
+import {
304
+ convex,
305
+ crossDomain // [!code ++]
306
+} from "@convex-dev/better-auth/plugins";
307
import { betterAuth } from "better-auth";
308
import { expo } from "@better-auth/expo";
309
import { components } from "./_generated/api";
0 commit comments