fix: added scope for github strategy in auth module

This commit is contained in:
Balu Babu
2023-01-18 22:34:15 +05:30
parent 4edd0e0ab7
commit 81cb0d43d7
7 changed files with 100 additions and 23 deletions

View File

@@ -48,6 +48,7 @@
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-microsoft": "^1.0.0",
"postmark": "^3.0.15",
"prisma": "^4.7.1",
"reflect-metadata": "^0.1.13",
@@ -69,6 +70,7 @@
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-jwt": "^3.0.8",
"@types/passport-microsoft": "^0.0.0",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",