aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Authenticate/AuthHandler.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-07-20 23:47:41 +0800
committer杨宇千 <crupest@outlook.com>2019-07-20 23:47:41 +0800
commit615ffca61fcc90b11b04c8d115018a26a4a63a33 (patch)
treeb0f75d1c1613a2686e62edb95d858021beae9f01 /Timeline/Authenticate/AuthHandler.cs
parenteb50fc7ad1252d0e397e969e1a7eb33720150b00 (diff)
downloadtimeline-615ffca61fcc90b11b04c8d115018a26a4a63a33.tar.gz
timeline-615ffca61fcc90b11b04c8d115018a26a4a63a33.tar.bz2
timeline-615ffca61fcc90b11b04c8d115018a26a4a63a33.zip
WIP: Change the JwtService.
Diffstat (limited to 'Timeline/Authenticate/AuthHandler.cs')
-rw-r--r--Timeline/Authenticate/AuthHandler.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Timeline/Authenticate/AuthHandler.cs b/Timeline/Authenticate/AuthHandler.cs
index 71d8aeaa..63442481 100644
--- a/Timeline/Authenticate/AuthHandler.cs
+++ b/Timeline/Authenticate/AuthHandler.cs
@@ -23,9 +23,7 @@ namespace Timeline.Authenticate
/// </summary>
public string TokenQueryParamKey { get; set; } = "token";
- public TokenValidationParameters TokenValidationParameters { get;
- set; }
- = new TokenValidationParameters();
+ public TokenValidationParameters TokenValidationParameters { get; set; } = new TokenValidationParameters();
}
class AuthHandler : AuthenticationHandler<AuthOptions>