Data Protection

Simple ASP.NET Core Data Protection for Umbraco CMS. Data 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();
    }
}

Releases

Umbraco 14

Umbraco 14 is supported until 02/06/2025

20 days ago

| View release

14.0.1

Latest Version

Release Notes

Compare 14.0.0...14.0.1

  • ๐ŸŒŸ feature: csharp 12 6fa0938
  • ๐Ÿ“– doc: README c2cf4f2

25 days ago

| View release

14.0.1-alpha0004

Pre-release

Release Notes

Compare 14.0.0-alpha0002...14.0.1-alpha0004

  • ๐ŸŒŸ feature: csharp 12 6fa0938
  • ๐Ÿ“– doc: README c2cf4f2

one month ago

| View release

14.0.0

Release Notes

Compare 13.0.0...14.0.0

  • ๐ŸŒŸ feature: v14 support 61dc5b8

one month ago

| View release

14.0.0-alpha0002

Pre-release

Release Notes

2 months ago

| View release

14.0.0-alpha0001

Pre-release

Release Notes

Compare 13.0.0-alpha0001...14.0.0-alpha0001

  • ๐ŸŒŸ feature: v14 support 61dc5b8

Umbraco 13

Umbraco 13 is supported until 31/12/2026

2 months ago

| View release

13.0.0

Latest Version

Release Notes

Compare 0.1.0...13.0.0

  • ๐Ÿงน chore: prepare multi version 03a1727
  • ๐ŸŒŸ feature: v13 support 377a42b

2 months ago

| View release

13.0.0-alpha0001

Pre-release

Release Notes

Compare 12.0.0-alpha0001...13.0.0-alpha0001

  • ๐ŸŒŸ feature: v13 support 377a42b

Umbraco 10

Umbraco 10 is supported until 16/06/2025

2 months ago

| View release

10.0.0

Latest Version

Release Notes

Compare 0.1.0...10.0.0

  • ๐Ÿงน chore: prepare multi version 03a1727
  • ๐ŸŒŸ feature: v10 support d144e78

2 months ago

| View release

10.0.0-alpha0001

Pre-release

Release Notes

Compare 0.1.0...10.0.0-alpha0001

  • ๐Ÿงน chore: prepare multi version 03a1727
  • ๐ŸŒŸ feature: v10 support d144e78

Older Releases

Version 12.X.X

2 months ago

| View release

12.0.0

Release Notes

Compare 0.1.0...12.0.0

  • ๐Ÿงน chore: prepare multi version 03a1727
  • ๐ŸŒŸ feature: v12 support f66ccd6

2 months ago

| View release

12.0.0-alpha0001

Pre-release

Release Notes

Compare 10.0.0-alpha0001...12.0.0-alpha0001

  • ๐ŸŒŸ feature: v12 support f66ccd6

Version 0.X.X

2 months ago

| View release

0.1.0

Release Notes

Compare 0.0.0...0.1.0

  • ๐ŸŒŸ feature: integrate ASP.NET Core Data Protection with Umbraco CMS 403b74a
  • ๐ŸŒŸ feature: configure test sites a535f4e
  • ๐Ÿ“– doc: add icon ae560e5
  • ๐Ÿ“– doc: README 3af9608
  • ๐Ÿ refactor: formatting cleanup 3744b56
๐Ÿ’–