From f389661667a510d6accfb412482578b66527e6e4 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 21 Feb 2020 15:10:37 +0800 Subject: Move jwt token key from configuration to database and auto generatable. --- Timeline/Configs/JwtConfiguration.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Timeline/Configs/JwtConfiguration.cs') diff --git a/Timeline/Configs/JwtConfiguration.cs b/Timeline/Configs/JwtConfiguration.cs index fc27f4ee..af8052de 100644 --- a/Timeline/Configs/JwtConfiguration.cs +++ b/Timeline/Configs/JwtConfiguration.cs @@ -4,7 +4,6 @@ { public string Issuer { get; set; } = default!; public string Audience { get; set; } = default!; - public string SigningKey { get; set; } = default!; /// /// Set the default value of expire offset of jwt token. -- cgit v1.2.3