register + login + mdp hash

This commit is contained in:
gprunet
2026-01-10 16:27:15 +01:00
parent f00152523f
commit a1c08ab9dc
7 changed files with 192 additions and 70 deletions
+2
View File
@@ -7,6 +7,8 @@ COPY package*.json ./
RUN npm install
RUN npm install dotenv
RUN npm install pg
RUN npm install bcrypt
RUN npm install jsonwebtoken
COPY . .