Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JWT Authentication - Node JS and Express Tutorials for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 JWT Authentication
- 4 Set up
- 5 Installing new dependencies
- 6 Creating environment variables
- 7 Creating JWT tokens at authorization
- 8 Creating JWT verification middleware
- 9 Applying JWT token verification to specific routes
- 10 Applying JWT token verification to many routes
- 11 Adding cookie-parser middleware
- 12 Creating a refresh token controller
- 13 Creating the refresh route
- 14 Adding the refresh route to the server
- 15 Testing the refresh route
- 16 Creating a logout controller
- 17 Creating the logout route
- 18 Adding the logout route to the server
- 19 A Quick Debug
- 20 Testing the logout route
- 21 Frontend: fetch needs the credentials option
- 22 Backend: CORS needs Access-Control-Allow-Credentials
- 23 Chrome requires specific cookie options