Completed
- Authorization Server: Code Imports & Initial Setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
OAuth 2.0 Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction to OAuth 2.0
- 2 - OAuth 2.0 in Simple Terms: The Valet Key System
- 3 - The Four OAuth Roles Resource Owner, Client, Auth Server, Resource Server
- 4 - Why PKCE Proof Key for Code Exchange Matters
- 5 - Project Setup & Folder Structure
- 6 - Building the Authorization Server
- 7 - Authorization Server: Code Imports & Initial Setup
- 8 - Building the Resource Server API
- 9 - Building the Client App Authorization Code + PKCE
- 10 - Running the Full System Auth, Resource, Client Servers
- 11 - Debugging and Fixing the JWKS Error
- 12 - Debugging and Fixing the Axios 400 Error
- 13 - Summary of Key Roles and Best Practices
- 14 - Setting up the GitHub Repository