Finally have all email verification / password reset auth flows working!

This commit is contained in:
2025-09-24 13:52:11 -05:00
parent 914c45dca4
commit ab278c2ae8
21 changed files with 1013 additions and 267 deletions

View File

@@ -12,10 +12,15 @@
"license": "ISC",
"dependencies": {
"@oslojs/crypto": "^1.0.1",
"@react-email/components": "0.5.4",
"@react-email/render": "^1.3.0",
"convex": "^1.27.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"usesend-js": "^1.5.2"
},
"devDependencies": {
"react-email": "4.2.11",
"typescript": "5.9.2"
}
}