From ac769e656b122ff569c3f1534701b71e00fed586 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- Timeline/Configs/JwtConfiguration.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Timeline/Configs/JwtConfiguration.cs (limited to 'Timeline/Configs/JwtConfiguration.cs') diff --git a/Timeline/Configs/JwtConfiguration.cs b/Timeline/Configs/JwtConfiguration.cs deleted file mode 100644 index af8052de..00000000 --- a/Timeline/Configs/JwtConfiguration.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace Timeline.Configs -{ - public class JwtConfiguration - { - public string Issuer { get; set; } = default!; - public string Audience { get; set; } = default!; - - /// - /// Set the default value of expire offset of jwt token. - /// Unit is second. Default is 3600 * 24 seconds, aka 1 day. - /// - public long DefaultExpireOffset { get; set; } = 3600 * 24; - } -} -- cgit v1.2.3