Securing Blazor Webassembly Apps
Blazor allows you to build your WebAssembly (also known as WASM) applications by leveraging the .NET platform. Thanks to Auth0, you can also easily secure them by adding support for authentication and authorization, as this article will show. Let’s start! Building a Blazor WebAssembly Application In a previous article, you built a Blazor application by using the …