Added cookie to indicate logged in status

This commit is contained in:
Jori Lallo
2017-10-11 00:14:45 -07:00
parent 4dacef7f1e
commit 42ed9616b5
6 changed files with 48 additions and 21 deletions

View File

@@ -77,7 +77,7 @@
"babel-preset-react": "6.11.1",
"babel-preset-react-hmre": "1.1.1",
"babel-regenerator-runtime": "6.5.0",
"bcrypt": "^0.8.7",
"bcrypt": "1.0.3",
"boundless-arrow-key-navigation": "^1.0.4",
"boundless-popover": "^1.0.4",
"bugsnag": "^1.7.0",
@@ -107,6 +107,7 @@
"imports-loader": "0.6.5",
"invariant": "^2.2.2",
"isomorphic-fetch": "2.2.1",
"js-cookie": "^2.1.4",
"js-search": "^1.4.2",
"js-tree": "1.1.0",
"json-loader": "0.5.4",