Features
ASP.NET Data Protection
Simple ASP.NET Core Data Protection for Umbraco CMS.
Plug and Play
Simply install via NuGet and boot up your website.
Umbraco Database
The package automatically configures your Umbraco CMS database to be used by .NET data protection APIs.
Versions
10.0.4
Version 10 Support Policy
Feature updates ended 16/06/2024
Security updates until 16/06/2025
13.0.3
Version 13 Support Policy
Feature updates until 14/12/2025
Security updates until 14/12/2026
14.0.7
Version 14 Support Policy
Feature updates ended 02/03/2025
Security updates until 30/05/2025
Readme
Quick Start
dotnet add package Umbraco.Community.DataProtection
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 visit the Contributing page.
Acknowledgements (Thanks)
- LottePitcher - opinionated-package-starter
- jcdcdev - jcdcdev.Umbraco.PackageTemplate