Merge pull request #1 from yimothysu/main

Add /auth/login and /auth/signup routes
This commit is contained in:
Maze
2025-06-23 10:52:40 +02:00
committed by GitHub
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"],