Skip to content

Commit

Permalink
Added dependencies for authentication and sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
pstrassmann committed Oct 10, 2020
1 parent 0824875 commit a83cc53
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
83 changes: 83 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"author": "Patrick Strassmann",
"license": "MIT",
"dependencies": {
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"moment": "^2.27.0",
"mongoose": "^5.9.25",
"morgan": "^1.10.0",
"passport": "^0.4.1"
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
Expand Down

0 comments on commit a83cc53

Please sign in to comment.