update satoken 1.27.0 => 1.28.0 使用 jwt 插件代理 token 生成逻辑

This commit is contained in:
疯狂的狮子li
2021-11-10 13:31:54 +08:00
parent 19b7f0747a
commit 7079a4e7e4
4 changed files with 32 additions and 2 deletions

View File

@ -114,7 +114,9 @@ sa-token:
# token前缀
token-prefix: "Bearer"
# token风格
token-style: random-128
token-style: uuid
# jwt秘钥
jwt-secret-key: abcdefghijklmnopqrstuvwxyz
# 是否输出操作日志
is-log: true