mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:13:26 +08:00
调整JwtConfig的描述,提示要32位。
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
},
|
||||
//jwt授权认证的一些设置
|
||||
"JwtConfig": {
|
||||
"SecretKey": "", //请自主填写一段英文数字等作为token令牌,16位+
|
||||
"SecretKey": "", //请自主填写一段英文数字等作为token令牌,注意是要32位。
|
||||
"Issuer": "", //颁发者身份标识,如CoreShop.Professional
|
||||
"Audience": "coreshop" //期望的接收人,如core,cms等
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user