Authentification in ASP.NET Web API using :
- Json Web Token
- Authorization
Packages will be restored automatically. If you are not redirected to Swagger UI, access the UI via :
https://localhost:{Port}/Swagger/
dotnet run
Changes will be watched, project will reload automatically and browser will redirect to Swagger UI automatically
dotnet watch -q run
Use this command if the packages aren't restored automatically
dotnet restore