From 281ae3c3458bf022a659b04e0f269c0f0d21d34b Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 12 Apr 2022 20:52:16 +0800 Subject: ... --- BackEnd/Timeline/Configs/TokenOptions.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'BackEnd/Timeline/Configs') diff --git a/BackEnd/Timeline/Configs/TokenOptions.cs b/BackEnd/Timeline/Configs/TokenOptions.cs index d8e968c7..d643c3d2 100644 --- a/BackEnd/Timeline/Configs/TokenOptions.cs +++ b/BackEnd/Timeline/Configs/TokenOptions.cs @@ -3,9 +3,8 @@ public class TokenOptions { /// - /// The length of the generated secure random token counted in byte. - /// Note the byte will be converted to hex form when used. - /// Default is 32 byte long. + /// The length of the token. + /// Default is 16. /// public long? TokenLength { get; set; } } -- cgit v1.2.3