feat(auth): signupm, forgot passowrd, reset password all added

This commit is contained in:
2025-09-25 15:42:35 -05:00
parent a30fa8c9f4
commit 86dea6083e
34 changed files with 3698 additions and 49 deletions

View File

@@ -42,6 +42,7 @@
"type": "module",
"dependencies": {
"@dotenvx/dotenvx": "^1.49.0",
"@tanstack/react-table": "^8.21.3",
"@types/cors": "^2.8.19",
"better-auth": "^1.3.9",
"cors": "^2.8.5",
@@ -49,8 +50,11 @@
"drizzle-orm": "^0.44.5",
"drizzle-zod": "^0.8.3",
"express": "^5.1.0",
"handlebars": "^4.7.8",
"morgan": "^1.10.1",
"mssql": "^11.0.1",
"nodemailer": "^7.0.6",
"nodemailer-express-handlebars": "^7.0.0",
"pg": "^8.16.3",
"pino": "^9.9.0",
"pino-pretty": "^13.1.1",
@@ -62,6 +66,8 @@
"@types/morgan": "^1.9.10",
"@types/mssql": "^9.1.7",
"@types/node": "^24.3.0",
"@types/nodemailer": "^7.0.1",
"@types/nodemailer-express-handlebars": "^4.0.5",
"concurrently": "^9.2.1",
"cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.5.0",