错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Securing Blazor WebAssembly

  • Peter Himschoot

摘要

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).