Add better-auth integration and update dependencies in package.json and bun.lock
This commit is contained in:
6
apps/web/src/lib/auth.ts
Normal file
6
apps/web/src/lib/auth.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createAuthClient } from "better-auth/svelte";
|
||||
import { convexClient } from "@convex-dev/better-auth/client/plugins";
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
plugins: [convexClient()],
|
||||
});
|
||||
Reference in New Issue
Block a user