diff --git a/server.ts b/server.ts index 31af0ad..57865a2 100644 --- a/server.ts +++ b/server.ts @@ -46,8 +46,6 @@ const options = { apis: ["./src/routes/*.ts"], }; -app.use(passport.authenticate("session")); - passport.use( new GoogleStrategy.Strategy( {