Completed
Introduction & Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js 15 Authentication with Next-Auth Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction & Overview
- 2 Setting Up Next.js and NextAuth.js
- 3 Installing NextAuth.js and Environment Variables
- 4 Creating GitHub OAuth App
- 5 Configuring NextAuth.js for Authentication
- 6 Implementing Sign In and Sign Out Functionality
- 7 Accessing User Session Information
- 8 Creating Protected Routes with Middleware
- 9 Advanced Middleware Setup
- 10 Integrating Prisma as an Adapter
- 11 Conclusion & Next Steps