app权限适配
This commit is contained in:
@ -107,6 +107,8 @@ jwt:
|
||||
token-validity-in-seconds: 14400000
|
||||
# 在线用户key
|
||||
online-key: "online_token:"
|
||||
# app在线用户key
|
||||
app_online-key: "app_online_token:"
|
||||
# 验证码
|
||||
code-key: "captcha_code:"
|
||||
# token 续期检查时间范围(默认30分钟,单位毫秒),在token即将过期的一段时间内用户操作了,则给用户的token续期
|
||||
|
Reference in New Issue
Block a user