https://github.com/indice-co/indice.identityserver4
Identity Server related code for dotnet vnext support. Grater than `net7.0`
https://github.com/indice-co/indice.identityserver4
Last synced: 7 months ago
JSON representation
Identity Server related code for dotnet vnext support. Grater than `net7.0`
- Host: GitHub
- URL: https://github.com/indice-co/indice.identityserver4
- Owner: indice-co
- License: mit
- Created: 2022-12-23T14:00:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T11:29:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T18:28:02.456Z (8 months ago)
- Language: C#
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indice.IdentityServer4 
Identity Server related code for dotnet vnext support. Grater than `net7.0`
## Installation
To install Indice.IdentityServer4, run the following command in the Package Manager Console. Or download it [here](https://www.nuget.org/packages/Indice.IdentityServer.EntityFramework.Storage/)
```powershell
PM> Install-Package "Indice.IdentityServer.EntityFramework.Storage"
```