mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-04-30 18:42:39 +02:00
7 lines
192 B
TypeScript
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],
|
|
});
|