devr24 / MultipleSecuredApis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

Test auth application that will use Entity Framework (SqlExpress) as a datastore and AspNetCore Identity for user authentication. It will generate a bearer token that (as the issuer) which can be used with another API (Audience).

Make sure to run the EF commands when you open the project.

Apply migration

dotnet ef database update

Create new migration

dotnet ef migrations add <migrationName>

About


Languages

Language:C# 96.9%Language:Dockerfile 3.1%