ASP.NET Core WebAPI 2.1 authorization flow
Microsoft.AspNetCore.App 2.1 + Microsoft.EntityFrameworkCore.Sqlite 2.1.3
- cmd
cd src/aspcorewebapi-duis - cmd
dotnet restore - cmd
dotnet ef database update - Press "Play" in VS Code
- http://127.0.0.1:3333/api/authentication?username=Admin - to SingIn
- http://127.0.0.1:3333/api/userinfo
- http://127.0.0.1:3333/api/authentication - to SingOut