Completed
00:59 Previous video on SSG / SSR
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Authentication Tutorial - Avoiding Common Pitfalls
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Intro
- 2 00:59 Previous video on SSG / SSR
- 3 01:36 IMPORTANT Authentication pitfall 1: authentication check
- 4 04:53 Dynamic APIs
- 5 05:09 searchParams example
- 6 06:38 Cookies & tokens
- 7 08:12 Add authentication
- 8 11:18 Authentication check in page component
- 9 14:50 Middleware preserves static rendering
- 10 16:22 IMPORTANT Authentication pitfall 2: displaying user info like email, avatar image, etc.
- 11 20:52 Client component preserves static rendering
- 12 23:26 Partial Pre-Rendering PPR