Myrtle.AspNetCore.DataProtection.Keys
1.0.0
See the version list below for details.
dotnet add package Myrtle.AspNetCore.DataProtection.Keys --version 1.0.0
NuGet\Install-Package Myrtle.AspNetCore.DataProtection.Keys -Version 1.0.0
<PackageReference Include="Myrtle.AspNetCore.DataProtection.Keys" Version="1.0.0" />
paket add Myrtle.AspNetCore.DataProtection.Keys --version 1.0.0
#r "nuget: Myrtle.AspNetCore.DataProtection.Keys, 1.0.0"
// Install Myrtle.AspNetCore.DataProtection.Keys as a Cake Addin #addin nuget:?package=Myrtle.AspNetCore.DataProtection.Keys&version=1.0.0 // Install Myrtle.AspNetCore.DataProtection.Keys as a Cake Tool #tool nuget:?package=Myrtle.AspNetCore.DataProtection.Keys&version=1.0.0
Add support for storing data protection keys using MongoDb.Driver into a mongo database
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.DataProtection (>= 8.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- MongoDB.Driver (>= 2.27.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.0 (2024-07-12)
⦁ Added comprehensive MongoDB configuration options
⦁ Introduced IMongoRepository<TDocument, TId> for flexible repository pattern implementation
⦁ Enhanced integration with Microsoft.Extensions.DependencyInjection
⦁ Improved documentation and README
⦁ Added source link support for better debugging experience
⦁ Centralized common properties in Directory.Build.props
v0.2.0
⦁ Myrtle.AspNetCore.DataProtection.Keys
⦁ Add two PersistKeysToMongoDb overloads to support getting mongo collection and mongo database using IServiceProvider
v0.1.0
⦁ Add Myrtle.AspNetCore.DataProtection.Keys