Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amingolmahalle/armoredguard
- Owner: amingolmahalle
- Created: 2020-09-26T19:44:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T09:48:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T03:10:03.085Z (3 months ago)
- Topics: asp-net-core, aspnet-core, csharp, identityserver4, jwt, sqlserver, sso
- Language: C#
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArmoredGuard
Integrate IdentityServer with JWT (Json Web Token) in Asp.Net Core 6add 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