Cleaned up config for Security settings

This commit is contained in:
Bjarke Berg
2020-03-12 14:36:25 +01:00
parent e27a05c3e8
commit cb0994a929
41 changed files with 228 additions and 176 deletions

View File

@@ -24,14 +24,14 @@ namespace Umbraco.Web.Security
{
private readonly UmbracoBackOfficeCookieAuthOptions _authOptions;
private readonly IGlobalSettings _globalSettings;
private readonly ISecuritySection _security;
private readonly ISecuritySettings _security;
private readonly ILogger _logger;
public GetUserSecondsMiddleWare(
OwinMiddleware next,
UmbracoBackOfficeCookieAuthOptions authOptions,
IGlobalSettings globalSettings,
ISecuritySection security,
ISecuritySettings security,
ILogger logger)
: base(next)
{