full working application and initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { convexAuth } from '@convex-dev/auth/server';
|
||||
import { Password } from '@convex-dev/auth/providers/Password';
|
||||
|
||||
export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
|
||||
providers: [Password]
|
||||
});
|
||||
Reference in New Issue
Block a user