-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build props and updated readme with packages' links
- Loading branch information
Showing
5 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
[](https://dev.azure.com/useinm/Usemam.IdentityServer4.KeyRack/_build/latest?definitionId=4&branchName=master) | ||
## About Usemam.IdentityServer4.KeyRack | ||
KeyRack is a seamless key management extension for [IdentityServer4](https://github.com/IdentityServer/IdentityServer4). | ||
KeyRack is a seamless token signing key management extension for [IdentityServer4](https://github.com/IdentityServer/IdentityServer4). Its mission is to allow for keys to be created and rotated fully automatically - without any manual intervention. | ||
|
||
### Packages | ||
|
||
[Usemam.IdentityServer4.KeyRack](https://www.nuget.org/packages/Usemam.IdentityServer4.KeyRack/) - core package | ||
[Usemam.IdentityServer4.KeyRack.DataProtection](https://www.nuget.org/packages/Usemam.IdentityServer4.KeyRack.DataProtection/) - adds data protection for keys using [Microsoft.AspNetCore.DataProtection.Abstractions](https://www.nuget.org/packages/Microsoft.AspNetCore.DataProtection.Abstractions/) | ||
[Usemam.IdentityServer4.KeyRack.EntityFramework](https://www.nuget.org/packages/Usemam.IdentityServer4.KeyRack.EntityFramework/) - adds database persistence for keys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<Deterministic>true</Deterministic> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Authors>Usein Mambediiev</Authors> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/usemam/Usemam.IdentityServer4.KeyRack</RepositoryUrl> | ||
<PackageTags>IdentityServer;Key management</PackageTags> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters