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.
58 stars 11 forks source link

Use YARP instead of ProxyKit #7

Open berhir opened 3 years ago

berhir commented 3 years ago

ProxyKit was deprecated in favor of YARP.

berhir commented 3 years ago

Waiting for a reply in https://github.com/microsoft/reverse-proxy/issues/843