feat(auth): 添加账户删除功能的邮箱验证码支持#1475
Merged
Merged
Conversation
MayueCif
commented
Jun 24, 2026
Contributor
- 升级所有项目的目标框架从 net6.0 到 net10.0
- 在缓存键常量中添加账户删除相关的邮箱验证码前缀
- 扩展 SendEmailTypes.DeleteAccount 类型的邮件发送逻辑
- 修改 DeleteAccountCommand 命令以支持邮箱验证码参数
- 在用户服务中实现账户删除时的邮箱验证码验证
- 修复在线用户会话反序列化中的类型转换问题
- 添加对同时提供短信和邮箱验证码的冲突检查
- 升级所有项目的目标框架从 net6.0 到 net10.0 - 在缓存键常量中添加账户删除相关的邮箱验证码前缀 - 扩展 SendEmailTypes.DeleteAccount 类型的邮件发送逻辑 - 修改 DeleteAccountCommand 命令以支持邮箱验证码参数 - 在用户服务中实现账户删除时的邮箱验证码验证 - 修复在线用户会话反序列化中的类型转换问题 - 添加对同时提供短信和邮箱验证码的冲突检查
- 将基础镜像从 .NET 6.0.403 更新到 .NET 10.0 - 替换 MASA 镜像仓库为官方 Microsoft 容器注册表 - 更新 SDK 和运行时镜像标签以匹配新版本 - 保留原有的应用程序构建和发布流程 - 确保环境变量配置保持不变
Qinyouzeng
approved these changes
Jun 24, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



