C#C
C#2y ago
NileshGR

HTTP Basic Auth in Blazor

I am working on a Blazor app, how to add HTTP Basic authentication for the app? I don't need Identity and the claims route, this is a single user application.

Just want to add that browser based HTTP Auth dialog to prevent misuse.
Was this page helpful?