feat: integrate authentication and password management features, including bcrypt for hashing and NextAuth for session handling

This commit is contained in:
Julien Froidefond
2025-11-30 08:04:06 +01:00
parent 7cb1d5f433
commit d663fbcbd0
30 changed files with 3287 additions and 4164 deletions

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@ dist
prisma/*.db
prisma/*.db-journal
prisma/backups
prisma/password.json
# Debug
npm-debug.log*