Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Simple Next.js & React Authentication With Clerk
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Project Demo
- 3 - Next.js Setup
- 4 - Install & Setup Clerk
- 5 - Clerk Provider
- 6 - Header Component
- 7 - Protecting Pages - middleware.js
- 8 - .env routes
- 9 - Sign In Page
- 10 - Conditional Header Links
- 11 - UserButton Component
- 12 - UserProfile Component
- 13 - Email Signup & Verification Code
- 14 - Using Themes
- 15 - Start Custom Sign Up Flow
- 16 - Custom Form UI
- 17 - Handle Submit
- 18 - Email Verification
- 19 - Conclusion