Skip to content

AHsytraka/Auth-asp.net-api

Repository files navigation

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

About

Authentification in ASP.NET Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages