07 - User authentication and sessions

07 - User authentication and sessions

Our next topic will introduce the process of user authentication and user sessions. We’ll break it down into the following:

  1. Overview of Authentication and Sessions
  2. Understanding the Authentication Process
  3. Logging in and Logging out
  4. Setting up Sessions in Express
  5. Error Handling