Databases • JavaScript • MongoDB • Node.js • PostgreSQL
Managing State in Node.js Using express-session and bcrypt
September 10, 2023
⭕ Overview
In this three part video series we’ll learn about sessions and how to securely encrypt user’s passwords into a database in Node.js.
Episode 1: Create sessions to show/hide content using the express-sessions and cookie-parser modules.
Episode 2: Creating login, logout and registration pages and hash/unhash passwords into/from a PostgreSQL database.
Episode 3: Hash/unhash passwords into/from a MongoDB database.