diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-16 22:40:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-16 22:40:05 +0200 |
| commit | d3e4bb3ed2585859a3adeb7eeff35b7c75ebd840 (patch) | |
| tree | e88e9edae5a63328fb1acc625e5624990717d20f /package.json | |
| parent | 189be96150fbd49766228cf50c6a89279542565c (diff) | |
auth gate on main app. pull in auth routes from bucky.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 5738dde..88b86ba 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "file-saver": "^1.3.8", "form-data": "^2.3.2", "fs-readdir-promise": "^1.0.1", + "history": "^4.7.2", "jszip": "^3.1.5", "knex": "^0.14.6", "knox": "^0.9.2", @@ -46,6 +47,9 @@ "multer": "^1.3.0", "mysql2": "^1.5.3", "node-fetch": "^2.1.2", + "passport": "^0.4.0", + "passport-local": "^1.0.0", + "passport.socketio": "^3.7.0", "preact": "^8.2.9", "preact-compat": "^3.18.0", "react-redux": "^5.0.7", |
