From ff51a49d1b8cd506bec8afcc2e567fa6765c2c43 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Wed, 29 Apr 2020 00:04:04 -0400 Subject: [PATCH] Removed unused import --- backend/authentication/auth.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/authentication/auth.js b/backend/authentication/auth.js index a274198..9607f8b 100644 --- a/backend/authentication/auth.js +++ b/backend/authentication/auth.js @@ -48,7 +48,6 @@ opts.secretOrKey = SERVER_SECRET; opts.audience = 'example.com';*/ exports.passport = require('passport'); -var BasicStrategy = require('passport-http').BasicStrategy; exports.passport.serializeUser(function(user, done) { done(null, user);