Completed
00:12:28 - Email/Password Sign Up
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Authentication System Implementation - Email, Password and OAuth2
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 - Introduction
- 2 00:02:05 - Email/Password Diagram Explanations
- 3 00:09:09 - Starting Code
- 4 00:12:28 - Email/Password Sign Up
- 5 00:20:25 - Session Management
- 6 00:34:15 - Email/Password Sign In
- 7 00:37:55 - Logout Logic
- 8 00:40:25 - Advanced getCurrentUser Function
- 9 00:44:15 - Private Pages/Next.js Middleware
- 10 00:49:16 - Updating Session Data
- 11 00:56:43 - Clerk Setup
- 12 01:02:52 - OAuth Diagram Explanations
- 13 01:06:23 - Starting Code Updates
- 14 01:10:22 - Discord OAuth Setup
- 15 01:12:25 - OAuth Auth URL Step 1
- 16 01:21:05 - OAuth Access Token Step 2
- 17 01:30:45 - OAuth User Data Step 3
- 18 01:39:40 - Advanced OAuth Security State
- 19 01:44:00 - Advanced OAuth Security Code Verifier
- 20 01:47:29 - Making OAuth Client Generic
- 21 01:54:18 - GitHub OAuth
- 22 01:58:32 - Fixing Cookie Bug