Nostromos / what.ecom

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

Enable session support after passportjs integration #39

Open Nostromos opened 8 months ago

Nostromos commented 8 months ago

Enable session support Enable session support for your application in order to maintain login state.

The express-session module is a popular choice for session management. As you implement the login functionality, you’ll want to establish a new session upon successful authentication.