Umbraco.Community.DataProtection 15.0.0

dotnet add package Umbraco.Community.DataProtection --version 15.0.0                
NuGet\Install-Package Umbraco.Community.DataProtection -Version 15.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.DataProtection" Version="15.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Umbraco.Community.DataProtection --version 15.0.0                
#r "nuget: Umbraco.Community.DataProtection, 15.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Umbraco.Community.DataProtection as a Cake Addin
#addin nuget:?package=Umbraco.Community.DataProtection&version=15.0.0

// Install Umbraco.Community.DataProtection as a Cake Tool
#tool nuget:?package=Umbraco.Community.DataProtection&version=15.0.0                

Umbraco.Community.DataProtection

Documentation Umbraco Marketplace GitHub License NuGet Downloads Project Website

Simple ASP.NET Core Data Protection for Umbraco CMS.

Data protection keys are stored in the Umbraco database.

Quick Start

Install

dotnet add package Umbraco.Community.DataProtection

Configure

using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.DependencyInjection;

namespace Project.Web;

public class Composer : IComposer
{
    public void Compose(IUmbracoBuilder builder)
    {
        builder.AddUmbracoDataProtection();
    }
}

Contributing

Contributions to this package are most welcome! Please read the Contributing Guidelines.

Acknowledgments (thanks!)

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
15.0.0 65 11/19/2024
15.0.0-alpha0008 57 11/17/2024
15.0.0-alpha0007 62 11/12/2024
15.0.0-alpha0005 63 10/23/2024
15.0.0-alpha0004 65 10/17/2024
15.0.0-alpha0003 69 10/17/2024
15.0.0-alpha0001 75 10/9/2024
14.0.4 86 10/30/2024
14.0.4-alpha0003 54 10/29/2024
14.0.3 160 10/8/2024
14.0.3-alpha0003 69 9/29/2024
14.0.2 92 9/29/2024
14.0.2-alpha0015 74 9/26/2024
14.0.1 126 7/6/2024
14.0.1-alpha0004 96 7/1/2024
14.0.0 109 6/3/2024
14.0.0-alpha0002 92 6/3/2024
14.0.0-alpha0001 102 5/25/2024
13.0.1 142 10/28/2024
13.0.1-alpha0008 56 10/28/2024
13.0.0 852 5/25/2024
13.0.0-alpha0001 99 5/25/2024
12.0.0 103 5/25/2024
12.0.0-alpha0001 114 5/25/2024
10.0.2 75 10/30/2024
10.0.2-alpha0003 57 10/29/2024
10.0.1 92 9/27/2024
10.0.1-alpha0020 62 9/26/2024
10.0.1-alpha0009 69 9/26/2024
10.0.0 106 5/25/2024
10.0.0-alpha0001 98 5/25/2024
0.1.0 137 5/19/2024