This repository demos a Web API project, ApiAuthDemo
, which is configured to use JWT authentication globally, and some action methods can be configured to use Basic Auth using an attribute. The demo website root is its Swagger user interface.
There is another Console app BasicAuthApiConsumer
, which is a demo to consume a Basic Authentication API endpoint. The Console app needs to run after you start the ApiAuthDemo
website, and you can adjust the URL in the Console program accordingly.
How to add Basic Authentication to an ASP.NET Core 3 Web API project.
How to configure security schemes for our API documentation in Swagger.
Feel free to use the code in this repository as it is under MIT license.