Skip to main content

Lecture 14 - Authentication and Middleware

Duration: Aiming for 30 min to 1 hour

tRPC Logo

Objectives:

Learn about the processes behind authentication and the role of middleware, including:

  • Session based authentication and Oauth providers
  • NextAuth Overview
  • Using session information
  • Defining tRPC context and middleware

By the end, you will understand a key backend feature - user authentication - and an overview of how it's set up. [eventually link to Assignment]