Completed
Welcome
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next-Auth Login Authentication Tutorial with Next.js App Directory
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 CodiumAI
- 4 Create Next.js Project & Dependencies
- 5 NextAuth.js Introduction
- 6 Auth Route Handler
- 7 NextAuth options
- 8 NEXTAUTH_SECRET
- 9 Setting up GitHub OAuth
- 10 Configuring Providers in options
- 11 Send a GET request to /api/auth/providers
- 12 App Behavior for 3 different server pages
- 13 Apply NextAuth with Middleware
- 14 3 Different Protection Approaches
- 15 NextAuth with Client Components
- 16 Next.js Images from an OAuth Provider
- 17 Wrap-up