summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-30 23:16:47 +0100
committerJulien Dessaux2022-10-30 23:16:47 +0100
commitdc5a002144ff7165e73fb38f4be186d827df98c6 (patch)
treec121abb7e34ae56adb33ca612d5ced962b411b63 /package.json
parentAdded a basic database schema and migration function (diff)
downloadjeux-de-mots-dc5a002144ff7165e73fb38f4be186d827df98c6.tar.gz
jeux-de-mots-dc5a002144ff7165e73fb38f4be186d827df98c6.tar.bz2
jeux-de-mots-dc5a002144ff7165e73fb38f4be186d827df98c6.zip
Added register and login database functions, and use the last one in the login route
Diffstat (limited to '')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6cdde7f..4cfa3c8 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"nodemon": "^2.0.20"
},
"dependencies": {
+ "bcrypt": "^5.1.0",
"better-sqlite3": "^7.6.2",
"better-sqlite3-session-store": "^0.1.0",
"body-parser": "^1.20.1",