init commit
This commit is contained in:
6
convex/auth.ts
Normal file
6
convex/auth.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Password } from "@convex-dev/auth/providers/Password";
|
||||
import { convexAuth } from "@convex-dev/auth/server";
|
||||
|
||||
export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
|
||||
providers: [Password],
|
||||
});
|
Reference in New Issue
Block a user