ChuanGz / authen-app

Installation Guide and Demos
1 stars 0 forks source link

New Project setup #3

Open ChuanGz opened 1 month ago

ChuanGz commented 1 month ago
dotnet new webapi
dotnet add package OpenIddict
dotnet add package Microsoft.AspNetCore.Identity.EntityFrameworkCore
dotnet add package Microsoft.AspNetCore.Authentication.JwtBearer
ChuanGz commented 1 month ago

List of file changes:

image
ChuanGz commented 1 month ago

Result after add .gitignore, change some folder and test build:

image