Add bcryptjs para hashing de contraseñas

This commit is contained in:
Carlos Narro
2026-05-30 19:30:46 +02:00
parent 0f106423be
commit 5fb0d571cd
2 changed files with 11 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.3.0",
"bcryptjs": "^3.0.3",
"drizzle-orm": "^0.45.2",
"next": "16.2.6",
"postcss": "^8.5.15",