Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amingolmahalle/armoredguard

Customize Identity Server
https://github.com/amingolmahalle/armoredguard

asp-net-core aspnet-core csharp identityserver4 jwt sqlserver sso

Last synced: about 1 month ago
JSON representation

Customize Identity Server

Awesome Lists containing this project

README

        

# ArmoredGuard
Integrate IdentityServer with JWT (Json Web Token) in Asp.Net Core 6

add migration command cli:

dotnet ef migrations add InitDatabase --project Data -s Web -c ApplicationDbContext --verbose

update database command cli:

dotnet ef database update InitDatabase --project Data -s Web -c ApplicationDbContext --verbose