Completed
) Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
User Authentication in Web Apps (Passport.js, Node, Express)
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction
- 2 ) Topics and Prerequisites
- 3 ) Intro to HTTP Headers and Cookies
- 4 ) Intro to Express Middleware
- 5 ) Intro to Express Sessions
- 6 ) Implementation of Passport Local Strategy
- 7 ) Intro to Public Key Cryptography
- 8 ) How do JWTs work?
- 9 ) Implementation of Passport JWT Strategy
- 10 ) Implementing a Custom JWT Auth Solution
- 11 ) JWT Strategy in Angular Front-End App