Jwt Bearer Token Authorization, HttpContext.User, ASP.NET Core - Problem Solving Mindset | EP 1

Опубликовано: 17 Декабрь 2024
на канале: David Anderson
1,014
8

Integrating Bearer Authentication and Token Authorization using Jwt (JSON Web Token) with ASP.NET Core and realizing in a session-less and stateless web api that we need to access HttpContext.User (and possibly set it, and possibly Thread.CurrentPrincple). Not knowing if this is necessary or how to do it, we explore this challenge and derive, but also understand the solution through critical thinking.

00:00 Introduction
04:30 Problem
06:30 Research
18:52 Critical thinking & aha moment
19:42 Debugging & verification
21:00 Completing the problem
27:50 Retrospective

#dotnet #aspnetcore #dx7dev