Skip to content
Permalink
Browse files
fix: persistent session storage
  • Loading branch information
MantasMikal committed Jan 18, 2021
1 parent 55bc112 commit 733371eaee5219adf0c46e2f9cb7679a9b4f9611
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.

Some generated files are not rendered by default. Learn more.

@@ -32,7 +32,6 @@
"express-session": "^1.17.1",
"fido2-library": "^2.5.2",
"glob": "^7.1.6",
"mongoose": "^5.11.12",
"nodemon": "^2.0.7"
},
"devDependencies": {
@@ -42,7 +42,6 @@ app.use(
})
);


app.use(function(req, res, next) {
if (req.session.views) {
req.session.views++

0 comments on commit 733371e

Please sign in to comment.