aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2020-11-08 16:10:33 +0100
committercvium <clausvium@gmail.com>2020-11-08 16:10:33 +0100
commite78c63c4dc819867acddc5a15a7d7c02f7aa9b30 (patch)
treeb12386dc99328bd40bfcbf82eeea628eb8d77ad3 /Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
parent96dcd9c87e2eb4b14004368856949e9fde2db261 (diff)
Remove OriginalAuthenticationInfo and add IsAuthenticated property
Diffstat (limited to 'Jellyfin.Api/Auth/CustomAuthenticationHandler.cs')
-rw-r--r--Jellyfin.Api/Auth/CustomAuthenticationHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs b/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
index e8cc38907..27a1f61be 100644
--- a/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
+++ b/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
@@ -1,10 +1,10 @@
using System.Globalization;
-using System.Security.Authentication;
using System.Security.Claims;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using Jellyfin.Api.Constants;
using Jellyfin.Data.Enums;
+using MediaBrowser.Controller.Authentication;
using MediaBrowser.Controller.Net;
using Microsoft.AspNetCore.Authentication;
using Microsoft.Extensions.Logging;