Completed
Add Permissions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Authentication and Login with Next.js 15 - Full Stack Implementation
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Tech Stack
- 3 User Stories Checklist
- 4 Kinde Auth vs "Roll Your Own"
- 5 Set Up a Free Kinde Account
- 6 Adding Kinde to an Existing Codebase
- 7 Installing Kinde with Next.js 15
- 8 Adding Environment Variables
- 9 Required API Route
- 10 Create a Login Page
- 11 Kinde Auth Settings
- 12 Add a User
- 13 Add Permissions
- 14 Multi-Factor Auth aka MFA
- 15 Create a Logout Button
- 16 Protecting Routes with Middleware