berhir / BlazorWebAssemblyCookieAuth

This sample shows how to secure a Blazor WebAssembly application with cookie authentication. It uses OpenID Connect to request security tokens and ProxyKit to forward request to a REST API.
57 stars 11 forks source link

Updated to work with NET 7 and new demo server. #9

Closed weisiong closed 1 year ago

weisiong commented 1 year ago

Hi Berhir, Thanks for your code sharing, I learnt ID4 from your code. I would like to update the code to work with NET 7 and new demo server (https://demo.duendesoftware.com/).