Ready for release soon.

This commit is contained in:
charlesgauthereau
2025-07-17 12:43:00 +02:00
parent ac3b4e424a
commit 2890d6ac40
2 changed files with 14 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ export const auth = betterAuth({
provider: "pg",
schema: drizzleDb.schemas,
}),
secret: env.PROJECT_SECRET,
emailAndPassword: {
enabled: true,
requireEmailVerification: false,