summaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-02-05 11:35:03 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2020-02-05 11:35:03 +0200
commit2011d3f6f9938825a36670779fa0d7894bda338f (patch)
tree8b1c073a4329432f1287ba50b90401b380b9301d /backend/package.json
parenta5ae2653d8ccdaf00270c0c8c8a30b88d7955114 (diff)
Implement session tokens securely
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/package.json b/backend/package.json
index 0883c00..e6b64b3 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -12,6 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
+ "base-64": "^0.1.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",