In app.js, line 203, the app.get function allowing the user to logout no longer works since <a href="https://medium.com/passportjs/fixing-session-fixation-b2b68619c51d">req.logout is now an asynchronous function.</a>