express-authentication
express-authentication copied to clipboard
sign out close session. #7. The sign out feature of your app not working.
The redirection of Signout should be GET /logout so that the call to req.logout() works. Else call to GET / does not end session. Your fix for this was wrong.