Skip to content

Commit ec4a914

Browse files
Copilotalexanmtz
andauthored
Convert passport.js to TypeScript with async/await (#1371)
* Initial plan * Convert passport.js to TypeScript with async/await Co-authored-by: alexanmtz <88840+alexanmtz@users.noreply.github.com> * Complete TypeScript conversion with conditional strategy initialization Co-authored-by: alexanmtz <88840+alexanmtz@users.noreply.github.com> * Improve error messages per code review feedback Co-authored-by: alexanmtz <88840+alexanmtz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexanmtz <88840+alexanmtz@users.noreply.github.com>
1 parent c8e1439 commit ec4a914

5 files changed

Lines changed: 472 additions & 396 deletions

File tree

package-lock.json

Lines changed: 97 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
"@types/jsonwebtoken": "^9.0.10",
143143
"@types/node": "^18.19.130",
144144
"@types/passport": "^1.0.17",
145+
"@types/passport-facebook": "^3.0.4",
146+
"@types/passport-github2": "^1.2.9",
147+
"@types/passport-google-oauth20": "^2.0.17",
148+
"@types/passport-jwt": "^4.0.1",
149+
"@types/passport-local": "^1.0.38",
145150
"@types/request-promise": "^4.1.51",
146151
"@types/sinon": "^21.0.0",
147152
"@types/supertest": "^6.0.3",

0 commit comments

Comments
 (0)