Advent of Rust - DAY11 - Authentication Part 3

Опубликовано: 26 Июнь 2026
на канале: maxday
108
7

Welcome to this new Rust adventure!
Every day we will build together a Rust REST API
Very beginner friendly, we will do it with live coding with detailed step by step!
Everything is open source on my GitHub account!
Enjoy!

This is DAY11
00:00 Presentation
00:19 Create a GitHub OAuth App
02:00 Add dotenv crates
03:43 Update /auth/sign_in
07:18 Manual testing

Links:
GitHub OAuth authorization: https://docs.github.com/en/apps/oauth...
dotenv crate: https://crates.io/crates/dotenv