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
-
> [!WARNING]
15
-
> Version 14 is no longer supported and is End of Life (EOL).
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
-
## Contributing
20
-
21
-
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.DataProtection/contribute) page.
Data protection keys are stored in the Umbraco database.
13
+
14
+
> [!WARNING]
15
+
> Version 14 is no longer supported and is End of Life (EOL).
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
+
## Contributing
20
+
21
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.DataProtection/contribute) page.
Simple [ASP.NET Core Data Protection](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/introduction) for Umbraco CMS.
12
12
13
-
Data protection keys are stored in the Umbraco database.
14
-
15
-
## Quick Start
16
-
13
+
Data protection keys are stored in the Umbraco database.
14
+
15
+
## Quick Start
16
+
17
17
```csharp
18
18
dotnetaddpackageUmbraco.Community.DataProtection
19
19
```
@@ -31,17 +31,17 @@ public class Composer : IComposer
31
31
builder.AddUmbracoDataProtection();
32
32
}
33
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