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 9815a73 commit 1dd3c3eCopy full SHA for 1dd3c3e
frameworks/react-cra/add-ons/better-auth/assets/src/lib/auth.ts
@@ -1,7 +1,9 @@
1
import { betterAuth } from 'better-auth'
2
+import { tanstackStartCookies } from 'better-auth/tanstack-start'
3
4
export const auth = betterAuth({
5
emailAndPassword: {
6
enabled: true,
7
},
8
+ plugins: [tanstackStartCookies()],
9
})
frameworks/solid/add-ons/better-auth/assets/src/lib/auth.ts
0 commit comments