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.
Just want to add that browser based HTTP Auth dialog to prevent misuse.