Completed
⌨️ Recap
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Passkey Authentication with Express.js and Docker – Web Authentication API Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Prerequisites
- 3 ⌨️ Expected end result
- 4 ⌨️ Getting started
- 5 ⌨️ Configure Sequelize
- 6 ⌨️ Set up Postgres
- 7 ⌨️ Routes and controllers
- 8 ⌨️ Frontend views
- 9 ⌨️ Public key credentials
- 10 ⌨️ Configure Passport.js
- 11 ⌨️ Sessions
- 12 ⌨️ Passkeys overview
- 13 ⌨️ Phase 1: attestation/registration
- 14 ⌨️ Logout
- 15 ⌨️ Phase 2: assertion/login
- 16 ⌨️ Recap