Add /auth/login and /auth/signup routes

This commit is contained in:
jimsu
2025-06-22 22:32:33 -07:00
parent 8e519ca7e1
commit 54235d8dfe
3 changed files with 207 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export const auth = betterAuth({
},
},
emailAndPassword: {
enabled: false,
enabled: true,
},
appName: "OpenCut",
trustedOrigins: ["http://localhost:3000"],