feat: 搭建双token
fix: 修复签到记录问题
This commit is contained in:
@@ -12,6 +12,11 @@ namespace Yi.Framework.Rbac.Domain.Shared.Options
|
||||
|
||||
public string Audience { get; set; }
|
||||
|
||||
|
||||
public string RefreshIssuer { get; set; }
|
||||
|
||||
public string RefreshAudience { get; set; }
|
||||
|
||||
public string SecurityKey { get; set; }
|
||||
|
||||
public long ExpiresMinuteTime { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user