diff --git a/CoreCms.Net.Web.Admin/appsettings.json b/CoreCms.Net.Web.Admin/appsettings.json index c79588ef..710538f4 100644 --- a/CoreCms.Net.Web.Admin/appsettings.json +++ b/CoreCms.Net.Web.Admin/appsettings.json @@ -33,7 +33,7 @@ }, //jwt授权认证的一些设置 "JwtConfig": { - "SecretKey": "", //请自主填写一段英文数字等作为token令牌,16位+ + "SecretKey": "", //请自主填写一段英文数字等作为token令牌,注意是要32位。 "Issuer": "", //颁发者身份标识,如CoreShop.Professional "Audience": "coreshop" //期望的接收人,如core,cms等 }, diff --git a/CoreCms.Net.Web.WebApi/appsettings.json b/CoreCms.Net.Web.WebApi/appsettings.json index c4e26eba..a7aefcac 100644 --- a/CoreCms.Net.Web.WebApi/appsettings.json +++ b/CoreCms.Net.Web.WebApi/appsettings.json @@ -37,7 +37,7 @@ }, //jwt授权认证的一些设置 "JwtConfig": { - "SecretKey": "", //请自主填写一段英文数字等作为token令牌,16位+ + "SecretKey": "", //请自主填写一段英文数字等作为token令牌,注意是要32位。 "Issuer": "", //颁发者身份标识,如CoreShop.Professional "Audience": "coreshop" //期望的接收人,如core,cms等 },