Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Logout functionality #40

Open Nostromos opened 8 months ago

Nostromos commented 8 months ago

Allow users to log out of their account from any page if they are signed in.

Passport.js provides a logout() function to easily terminate a login session from any route handler.