Added better auth. Still fixing issues

This commit is contained in:
Jose Selesan
2026-04-14 14:14:07 -03:00
parent e2299c6d46
commit 9133950d6a
42 changed files with 2453 additions and 1358 deletions

View File

@@ -14,11 +14,15 @@
"prisma:seed:reset:plans": "bun prisma/reset-plans.ts"
},
"dependencies": {
"@better-auth/prisma-adapter": "^1.6.2",
"@hono/zod-validator": "^0.7.6",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7",
"@repo/api-contract": "workspace:*",
"@supabase/supabase-js": "2.101.1",
"@types/bcrypt": "^6.0.0",
"bcrypt": "^6.0.0",
"better-auth": "^1.6.2",
"dotenv": "^17.4.1",
"hono": "4.12.10",
"nodemailer": "^8.0.5",