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
Copy file name to clipboardExpand all lines: .github/README.md
+2-25Lines changed: 2 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,34 +11,11 @@ Simple [ASP.NET Core Data Protection](https://learn.microsoft.com/en-us/aspnet/c
11
11
12
12
Data protection keys are stored in the Umbraco database.
13
13
14
-
> [!IMPORTANT]
15
-
> Version 15 will only receive security updates and no new features.
14
+
> [!WARNING]
15
+
> Version 15 is no longer supported and is End of Life (EOL).
16
16
17
17
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.DataProtection?tab=security-ov-file#supported-versions) for more information.
18
18
19
-
## Quick Start
20
-
21
-
```csharp
22
-
dotnetaddpackageUmbraco.Community.DataProtection
23
-
```
24
-
25
-
```csharp title="Composer.cs"
26
-
usingUmbraco.Cms.Core.Composing;
27
-
usingUmbraco.Cms.Core.DependencyInjection;
28
-
29
-
namespaceProject.Web;
30
-
31
-
publicclassComposer : IComposer
32
-
{
33
-
publicvoidCompose(IUmbracoBuilderbuilder)
34
-
{
35
-
builder.AddUmbracoDataProtection();
36
-
}
37
-
}
38
-
```
39
-
40
-
41
-
42
19
## Contributing
43
20
44
21
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.DataProtection/contribute) page.
0 commit comments