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
+
## Quick Start
15
+
16
16
```csharp
17
17
dotnetaddpackageUmbraco.Community.DataProtection
18
18
```
@@ -30,18 +30,18 @@ public class Composer : IComposer
30
30
builder.AddUmbracoDataProtection();
31
31
}
32
32
}
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