feat: 完成token刷新机制,支持多模式

This commit is contained in:
陈淳
2024-01-24 16:07:54 +08:00
parent 6b15aa9c8e
commit e614935693
4 changed files with 81 additions and 5 deletions

View File

@@ -27,5 +27,7 @@ namespace Yi.Framework.Rbac.Domain.Shared.Consts
public const string RoleInfo=nameof(RoleInfo);
public const string Refresh=nameof(Refresh);
}
}