Files
mesh-forge/convex/auth.ts
2025-11-22 05:25:45 -08:00

7 lines
192 B
TypeScript

import Google from "@auth/core/providers/google";
import { convexAuth } from "@convex-dev/auth/server";
export const { auth, signIn, signOut, store } = convexAuth({
providers: [Google],
});