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 15

Umbraco 15 is supported until 14/08/2025
Heads up!
There are currently no stable releases for this version.
Click "Show pre-release" above to reveal all versions.

7 hours ago

| View release

15.0.0-alpha0004

Pre-release

Release Notes

Changes in 15.0.0-alpha0004

Compare

  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0003 596e166

8 hours ago

| View release

15.0.0-alpha0003

Pre-release

Release Notes

Changes in 15.0.0-alpha0003

Compare

  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0002 a1e57b6
  • ๐Ÿงน chore: update to Umbraco 15rc2 a17b3d0

9 days ago

| View release

15.0.0-alpha0001

Pre-release

Release Notes

Changes in 15.0.0-alpha0001

Compare

  • ๐Ÿ“„ feature Umbraco 15 support 18dc7fe

Umbraco 14

Umbraco 14 is supported until 02/06/2025

9 days ago

| View release

14.0.3

Latest Version

Release Notes

Changes in 14.0.3

Compare

  • ๐Ÿž fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities 60aaa1b @snyk-bot

18 days ago

| View release

14.0.3-alpha0003

Pre-release

Release Notes

Changes in 14.0.3-alpha0003

Compare

  • ๐Ÿž fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities 60aaa1b @snyk-bot

18 days ago

| View release

14.0.2

Release Notes

Changes in 14.0.2

Compare

  • ๐Ÿงฏ build(deps): bump Umbraco.Cms f4f5f59

21 days ago

| View release

14.0.2-alpha0015

Pre-release

Release Notes

Changes in 14.0.2-alpha0015

Compare

  • ๐Ÿงฏ build(deps): bump Umbraco.Cms f4f5f59

3 months ago

| View release

14.0.1

Release Notes

Compare

Changes in 14.0.1

3 months ago

| View release

14.0.1-alpha0004

Pre-release

Release Notes

Compare

Changes in 14.0.1-alpha0004

4 months ago

| View release

14.0.0

Release Notes

Compare

Changes in 14.0.0

  • ๐ŸŒŸ feature: v14 support 61dc5b8

4 months ago

| View release

14.0.0-alpha0002

Pre-release

Release Notes

Compare

Changes in 14.0.0-alpha0002

4 months ago

| View release

14.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 14.0.0-alpha0001

  • ๐ŸŒŸ feature: v14 support 61dc5b8

Umbraco 13

Umbraco 13 is supported until 31/12/2026

4 months ago

| View release

13.0.0

Latest Version

Release Notes

Compare

Changes in 13.0.0

  • ๐ŸŒŸ feature: v13 support 377a42b

4 months ago

| View release

13.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 13.0.0-alpha0001

  • ๐ŸŒŸ feature: v13 support 377a42b

Umbraco 10

Umbraco 10 is supported until 16/06/2025

20 days ago

| View release

10.0.1

Latest Version

Release Notes

Changes in 10.0.1

Compare

  • ๐Ÿž fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 8b00887 @snyk-bot
  • ๐Ÿž fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 4197346 @snyk-bot

21 days ago

| View release

10.0.1-alpha0020

Pre-release

Release Notes

Changes in 10.0.1-alpha0020

Compare

  • ๐Ÿž fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 4197346 @snyk-bot

21 days ago

| View release

10.0.1-alpha0009

Pre-release

Release Notes

Changes in 10.0.1-alpha0009

Compare

  • ๐Ÿž fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 8b00887 @snyk-bot

4 months ago

| View release

10.0.0

Release Notes

Compare

Changes in 10.0.0

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

4 months ago

| View release

10.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 10.0.0-alpha0001

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

Older Releases

Version 12.X.X

4 months ago

| View release

12.0.0

Release Notes

Compare

Changes in 12.0.0

  • ๐ŸŒŸ feature: v12 support f66ccd6

4 months ago

| View release

12.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 12.0.0-alpha0001

  • ๐ŸŒŸ feature: v12 support f66ccd6

Version 0.X.X

5 months ago

| View release

0.1.0

Release Notes

Compare

Changes in 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
๐Ÿ’–