feat: 支持租户伪装登录与管理员重置链接
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace TakeoutSaaS.Infrastructure.Identity.Options;
|
||||
|
||||
/// <summary>
|
||||
/// 管理后台重置密码链接令牌配置。
|
||||
/// </summary>
|
||||
public sealed class AdminPasswordResetOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Redis Key 前缀。
|
||||
/// </summary>
|
||||
public string Prefix { get; init; } = "identity:admin:pwdreset:";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user