feat: 后端完成双token刷新功能

This commit is contained in:
陈淳
2024-01-24 11:26:44 +08:00
parent c18334002c
commit c9e01e0782
7 changed files with 51 additions and 12 deletions

View File

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