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

Simple authentication app using express, node & passport.

Results 1 express-authentication issues
Sort by recently updated
recently updated
newest added

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.