aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-24 22:01:27 +0800
committercrupest <crupest@outlook.com>2021-04-24 22:01:27 +0800
commit7d965bedbb48aed900f838d0fe65931143e5619e (patch)
treed4ae5c7d0c81ccb2e1fae378797f673acf2ce14b /BackEnd/Timeline/Auth/MyAuthenticationHandler.cs
parent9adfa3c8311f4ace9388dc805f1a4df6fba97f0e (diff)
downloadtimeline-7d965bedbb48aed900f838d0fe65931143e5619e.tar.gz
timeline-7d965bedbb48aed900f838d0fe65931143e5619e.tar.bz2
timeline-7d965bedbb48aed900f838d0fe65931143e5619e.zip
refactor: Move token services.
Diffstat (limited to 'BackEnd/Timeline/Auth/MyAuthenticationHandler.cs')
-rw-r--r--BackEnd/Timeline/Auth/MyAuthenticationHandler.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs b/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs
index f3d18a0e..fe27814a 100644
--- a/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs
+++ b/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs
@@ -14,6 +14,7 @@ using System.Threading.Tasks;
using Timeline.Models;
using Timeline.Models.Http;
using Timeline.Services;
+using Timeline.Services.Token;
namespace Timeline.Auth
{