import { convexAuth } from '@convex-dev/auth/server'; import { Password } from './CustomPassword'; export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({ providers: [Password], });