GoogleOauth2.0 First implementation

First try for GoogleOauth2.0
This commit is contained in:
Georg Reisinger
2018-10-26 14:02:15 +02:00
parent 216a04e233
commit b171f1646c
1880 changed files with 912953 additions and 7 deletions

View File

@ -8,10 +8,15 @@
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express": "^4.15.5",
"googleapi": "^1.0.2",
"googleapis": "^34.0.0",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"serve-favicon": "~2.4.5"
}
}