add email verification

This commit is contained in:
2026-01-07 17:29:00 -06:00
parent 0278c8a5e1
commit 020fa7b3a3
4 changed files with 1254 additions and 296 deletions

View File

@@ -10,6 +10,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-ses": "^3.962.0",
"agenda": "^5.0.0",
"argon2": "^0.43.0",
"dotenv": "^16.5.0",
@@ -17,6 +18,7 @@
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.16.1",
"node-schedule": "^2.1.1",
"nodemailer": "^7.0.12",
"pg": "^8.16.0",
"pg-format": "^1.0.4",
"rate-limiter-flexible": "^9.0.1",