Files
mesh-forge/convex/auth.ts
Ben Allfree 086a98050c lint fixes
2025-12-06 17:17:13 -08:00

7 lines
190 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],
})