Completed
- - First LOGIN API
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust Axum Full Course - Web Development
Automatically move to the next video in the Classroom when playback concludes
- 1 - - Intro
- 2 - - Hello World Router
- 3 - - Quick_Dev
- 4 - - Hello Route - Query Params
- 5 - - Hello Route - Path Param
- 6 - - routes_static
- 7 - - First LOGIN API
- 8 - - Login Auth-Token Cookies
- 9 - - Rest API - Mock Model/Store
- 10 - - CRUD - REST API
- 11 - - First Middleware - mw_require_auth
- 12 - - require_auth - token parsing
- 13 - - First Extractor - Ctx
- 14 - - Ctx in mw_require_auth
- 15 - - Ctx in the REST APIs
- 16 - - mw_ctx_resolver
- 17 - - Error Client & Server
- 18 - - Server Log line