调整JwtConfig的描述,提示要32位。

This commit is contained in:
jianweie code
2024-07-30 14:29:21 +08:00
parent d1b814d363
commit aa91837c55
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
},
//jwt授权认证的一些设置
"JwtConfig": {
"SecretKey": "", //请自主填写一段英文数字等作为token令牌16位+
"SecretKey": "", //请自主填写一段英文数字等作为token令牌注意是要32位。
"Issuer": "", //颁发者身份标识如CoreShop.Professional
"Audience": "coreshop" //期望的接收人如corecms等
},