Securing Blazor WebAssembly
摘要
In the previous chapter, we looked at securing a Blazor Server application using OpenId Connect with identity and access tokens. Here we will do the same but for Blazor WebAssembly (standalone). This time we will use another OpenId Connect Flow: Authorization Code flow with PKCE (which stands for Proof Key for Code Exchange, pronounced Pixie).