Working with Blazor is starting to become very exciting. I want to share what I have learnt so far about Blazor, how to create Blazor compoents, how to implement security.
In the PureSourceCode blog I wrote some posts about those topics.
- Getting Started With C# And Blazor
- Setting Up A Blazor WebAssembly Application
- Working With Blazor’s Component Model
- Secure Blazor WebAssembly With IdentityServer4
- Blazor Using HttpClient With Authentication
The source code in this repository is specificly for integrating security calls between Blazor and Api where the authentication and authorization is based on IdentityServer4.