Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Dec 29, 2023
1 parent cf26ddd commit c9bc0ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Lombiq.HelpfulLibraries.OrchardCore/Docs/Security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Lombiq Helpful Libraries - Orchard Core Libraries - Security

## Extensions

- `SecurityOrchardCoreBuilderExtensions`: Adds `BuilderExtensions` extensios. For example, the `ConfigureSecurityDefaults()` that provides some default security configuration for Orchard Core.
1 change: 1 addition & 0 deletions Lombiq.HelpfulLibraries.OrchardCore/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ For general details about and on using the Helpful Libraries see the [root Readm
- [Mvc](Docs/Mvc.md)
- [Navigation](Docs/Navigation.md)
- [ResourceManagement](Docs/ResourceManagement.md)
- [Security](Docs/Security.md)
- [Settings](Docs/Settings.md)
- [Shapes](Docs/Shapes.md)
- [TagHelpers](Docs/TagHelpers.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public static OrchardCoreBuilder ConfigureAntiForgeryAlwaysSecure(this OrchardCo
services.Configure<AntiforgeryOptions>(options => options.Cookie.SecurePolicy = CookieSecurePolicy.Always));

/// <summary>
/// Provides some default security configuration for Orchard Core. Use it in conjunction with <see
/// cref="SecurityApplicationBuilderExtensions.UseSecurityDefaults"/>.
/// Provides some default security configuration for Orchard Core.
/// </summary>
/// <remarks>
/// <list type="bullet">
Expand Down

0 comments on commit c9bc0ae

Please sign in to comment.