feat(auth): enable email verification with Resend

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barcode Betty
2026-04-15 03:30:44 +00:00
parent ee175e9b39
commit e433cea908
4 changed files with 100 additions and 5 deletions
+4 -3
View File
@@ -10,15 +10,16 @@
"generate": "npx @better-auth/cli generate"
},
"dependencies": {
"bcrypt": "^6.0.0",
"better-auth": "^1.2.0",
"pg": "^8.13.0",
"bcrypt": "^6.0.0"
"resend": "^6.11.0"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/node": "^22.0.0",
"@types/pg": "^8.11.0",
"@types/bcrypt": "^6.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}
}