diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-20 23:47:41 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-20 23:47:41 +0800 |
commit | 615ffca61fcc90b11b04c8d115018a26a4a63a33 (patch) | |
tree | b0f75d1c1613a2686e62edb95d858021beae9f01 /Timeline/Authenticate/AuthHandler.cs | |
parent | eb50fc7ad1252d0e397e969e1a7eb33720150b00 (diff) | |
download | timeline-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.cs | 4 |
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> |