Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 571 Bytes

Auth-ASP.NET-API

Authentification in ASP.NET Web API using :

  • Json Web Token
  • Authorization

Run the project

Packages will be restored automatically. If you are not redirected to Swagger UI, access the UI via :
https://localhost:{Port}/Swagger/

dotnet run

For hot reload

Changes will be watched, project will reload automatically and browser will redirect to Swagger UI automatically

dotnet watch -q run

Restore package manually

Use this command if the packages aren't restored automatically

dotnet restore