Completed
⌨️ Login / Logout Funtionality
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Authentication - AuthJS / NextAuth for Role-Based Security
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Environment Setup / Extension Review
- 3 ⌨️ Project Creation
- 4 ⌨️ Install NextAuth Auth.js / Create Project Structure
- 5 ⌨️ Create NextAuth Auth.js API - Options / Routes
- 6 ⌨️ Setup built-in OAuth Provider - Google / GitHub
- 7 ⌨️ Login / Logout Funtionality
- 8 ⌨️ Protecting Pages - Server Side Page
- 9 ⌨️ Protecting Pages - Client Side Page
- 10 ⌨️ Protecting Pages - Middleware
- 11 ⌨️ Creating Custom Provider Creating a Database of Users
- 12 ⌨️ MongoDB Atlas Signup / Setup
- 13 ⌨️ Create User Models Mongoose Schema
- 14 ⌨️ User Form to Create Users
- 15 ⌨️ Create Users API
- 16 ⌨️ Setup Custom Provider