Tag: blazor
Azure Active Directory Authentication for Blazor WASM (Part 4: SignalR)
I really thought I was through with Azure Active Directory! Honest! However, another key piece came up. My CloudMud is a real-time pub/sub application that uses SignalR. How do I…
Azure Active Directory Authentication for Blazor WASM (Part 3: Production)
Recently, I've been working on integrating authentication with Azure Active Directory into my Blazor app. I've covered the server side and the client side, so what's left? Well,…
Azure Active Directory Authentication for Blazor WASM (Part 2: The Client)
I'm in the middle of adding authentication to my Blazor WASM app. In the last article, I introduced the service side of things to consider when integrating Azure Active Directory…
Azure Active Directory Authentication for Blazor WASM (Part 1: The Server)
Continuing my foray into Blazor WASM, I decided to tackle authentication. The Microsoft documentation has an excellent article on how to do this using the built-in tooling to…
Building Stylesheets for Blazor with SASS
As I mentioned in my last article, I'm building a cloud-based MUD using all the modern techniques that I have available to me. One of the things I decided was that I was going to…