You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple [ASP.NET Core Data Protection](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/introduction) for Umbraco CMS.
11
11
12
-
Data protection keys are stored in the Umbraco database.
13
-
14
-
## Quick Start
15
-
12
+
Data protection keys are stored in the Umbraco database.
13
+
14
+
> [!IMPORTANT]
15
+
> Version 15 will only receive security updates and no new features.
16
+
17
+
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.DataProtection?tab=security-ov-file#supported-versions) for more information.
18
+
19
+
## Quick Start
20
+
16
21
```csharp
17
22
dotnetaddpackageUmbraco.Community.DataProtection
18
23
```
@@ -30,18 +35,18 @@ public class Composer : IComposer
30
35
builder.AddUmbracoDataProtection();
31
36
}
32
37
}
33
-
```
34
-
35
-
36
-
37
-
## Contributing
38
-
39
-
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.DataProtection/contribute) page.
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.DataProtection/contribute) page.
0 commit comments