diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-02-25 18:55:38 -0500 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-02-25 18:55:38 -0500 |
| commit | 9705f9e4e825cf19f9ab27488bc674d2c5e23581 (patch) | |
| tree | 7a7ca2618026f529f176bf0134432dd6456408f8 /package.json | |
| parent | 587a658686281a8428d6b7b6b4000868909973e0 (diff) | |
client side session management an option, still interfered with by server restart
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 3e77ecbee..4d74e229e 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "@types/body-parser": "^1.17.0", "@types/connect-flash": "0.0.34", "@types/cookie-parser": "^1.4.1", + "@types/cookie-session": "^2.0.36", "@types/express": "^4.16.1", "@types/express-flash": "0.0.0", "@types/express-session": "^1.15.12", @@ -76,6 +77,7 @@ "connect-flash": "^0.1.1", "connect-mongo": "^2.0.3", "cookie-parser": "^1.4.4", + "cookie-session": "^2.0.0-beta.3", "crypto-browserify": "^3.11.0", "express": "^4.16.4", "express-flash": "0.0.2", @@ -85,8 +87,8 @@ "flexlayout-react": "^0.3.3", "golden-layout": "^1.5.9", "jsonwebtoken": "^8.4.0", - "lodash": "^4.17.11", "jsx-to-string": "^1.4.0", + "lodash": "^4.17.11", "mobx": "^5.9.0", "mobx-react": "^5.3.5", "mobx-react-devtools": "^6.0.3", |
