Configuring Role-based Authorization with client-side Blazor
In this post, I show how you can implement role-based authorization in a client-side Blazor application using WebAPI and ASP.NET Core Identity.
Telerik UI for Blazor – 100+ truly native Blazor UI components for any app scenario, including a high-performing Grid. Increase productivity and cut cost in half! Give it a try for free.
In this post, I show how you can implement role-based authorization in a client-side Blazor application using WebAPI and ASP.NET Core Identity.
In this post, I describe policy-based authorization and it’s advantages over the more legacy role-based authorization. Then show how to implement policy-based auth using WebAPI and client-side Blazor
In this post, I show how to containerise a Blazor WebAssembly App using Docker. Highlighting the different requirements when compared to Blazor Server Apps.
In this post, I begin to look at how navigation works in Blazor. I start by showing the differences between navigation in traditional web apps vs SPAs. Before taking a high level look at Blazor's router component and how a navigation request is handled.
In this post, It take a deep dive in the nuts and bolts of routing in Blazor. Starting in the JavaScript world where navigation is intercepted and following the code into the C# world to the point of rendering the correct page or the not found template.
In this post, I'm going to show you how you can build your own convention based router component to replace the default router that ships with Blazor.
My book, Blazor in Action - an example-driven guide to building client-side web apps using C# and .NET - is available to buy.
All the latest posts delivered straight to your inbox.