May 2026
Intermediate
598 pages
10h 39m
English
Who are you? What are you allowed to do? In security terms, those questions define identity and access, and they are at the heart of everything you will learn in this chapter.
In this chapter, you will learn the difference between authentication and authorization, how JSON Web Tokens (JWTs) carry claims, how Blazor represents the current user, how authentication state flows through an application, how to protect routes, and how to conditionally render user interface elements based on the current user's permissions. You will also learn how to test APIs by using Visual Studio's .http files.
Blazor WebAssembly provides built-in support for both authentication and authorization, but understanding the underlying ...
Read now
Unlock full access