I’m happy to announce my latest course is now available over at Pluralsight: Securing Blazor Client-side Applications. As you can guess, it tackles securing your Blazor WASM app, but it contains a lot more than just that. Here’s what you can expect:
Authentication and authorization are two incredibly important aspects of a secure Blazor WebAssembly application. In this course, Securing Blazor Client-side Applications, you’ll learn how to secure your Blazor application using a variety of best practice techniques for authentication and authorization. First, you’ll learn how to log in and out of your Blazor application. Then, you’ll explore how to work with ASP.NET Core Identity; examine how to implement token-based security for your Blazor application using OAuth2 and OpenID Connect. Finally, you’ll discover how to deal with authorization, including how to create and use authorization policies, among other things. By the end of this course, you’ll be comfortable implementing best-practice security techniques in Blazor WebAssembly applications.
You can find the course over at Pluralsight. If you don’t have a Pluralsight account, don’t worry – you can register for a free trial here.
Happy coding!