express-authentication icon indicating copy to clipboard operation
express-authentication copied to clipboard

sign out close session. #7. The sign out feature of your app not working.

Open ayanb07 opened this issue 6 years ago • 0 comments

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.

ayanb07 avatar May 02 '18 18:05 ayanb07