关于[How to Secure Blazor WebAssembly with IdentityServer4]的摘要:
Blazor WebAssembly runs on the client and thus, it can’t be trusted. This means that just like with any JavaScript application, the authorization part can be bypassed. So, this means that we have to implement our authorization actions outside of the Blazor WebAssembly app. That said, in this article, we are going to learn how we can secure Blazor WebAssembly with IdentityServer4 using the token-based authorization.
原文地址: https://code-maze.com/how-to-secure-blazor-webassembly-with-identityserver4/