aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-06 20:08:18 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-06 20:08:18 -0400
commit1cf1ec6b615ec6d8b9fd4181b948dc65de465a58 (patch)
treec2e4aa05456b63974d20904b8c46509f2dc08531 /MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
parentf02f3222085311b2a2cacab6642ad987a4176e65 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
index 4d2ee3f39..cae2cead4 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
@@ -67,7 +67,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
{
if (!_config.Configuration.InsecureApps.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase))
{
- SessionManager.ValidateSecurityToken(auth.Token);
+ //SessionManager.ValidateSecurityToken(auth.Token);
}
}