ASP.NET Core Web API Authentication

后端 未结 9 762
深忆病人
深忆病人 2020-12-04 04:58

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

9条回答
  •  一向
    一向 (楼主)
    2020-12-04 05:41

    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.

提交回复
热议问题