I have a MongoDB + NodeJS Express server, with Webpack running and able to register a user with credentials to the database. I now would like to add authentication and session when the user logs in. I'm looking into I have a MongoDB + NodeJS Express server, with