Merge pull request #921 from spotify/auth-backend-subroutes

Auth backend - provider and routes
This commit is contained in:
Raghunandan Balachandran
2020-05-20 17:42:07 +02:00
committed by GitHub
8 changed files with 532 additions and 137 deletions
+5 -1
View File
@@ -24,7 +24,11 @@
"helmet": "^3.22.0",
"morgan": "^1.10.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
"yn": "^4.0.0",
"passport": "0.4.1",
"passport-google-oauth20": "2.0.0",
"@types/passport": "1.0.3",
"@types/passport-google-oauth20": "2.0.3"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.6",