I\'m struggling with how to set up authentication in my web service. The service is build with the ASP.NET Core web api.
All my clients (WPF applications) should us
In this public Github repo https://github.com/boskjoett/BasicAuthWebApi you can see a simple example of a ASP.NET Core 2.2 web API with endpoints protected by Basic Authentication.