ASP.NETCore中的Identity与UnitOfWork的集成问题。
创始人
2024-09-18 14:00:23
0

在ASP.NET Core应用程序中,使用UnitOfWork(工作单元)模式来管理数据持久性通常是一个常见的模式。如果一个应用程序需要使用Identity来实现用户身份验证和授权,那么将Identity与UnitOfWork集成可能会出现一些问题。以下是一些可能的解决方案。

  1. 集成Identity和UnitOfWork

下面的代码片段展示了如何在ASP.NET Core应用中集成Identity和UnitOfWork。

首先,创建一个包含IdentityUser和ApplicationDbContext的IdentityContext类。该DbContext就是用于管理Identity所需的数据持久性。

public class IdentityContext : IdentityDbContext
{
    public IdentityContext(DbContextOptions options) : base(options)
    {
    }
}

接下来,实现IUnitOfWork接口来管理其他DbContext:

public interface IUnitOfWork
{
    void SaveChanges();
}

public class UnitOfWork : IUnitOfWork
{
    private readonly DbContext _dbContext;

    public UnitOfWork(DbContext dbContext)
    {
        _dbContext = dbContext;
    }

    public void SaveChanges()
    {
        _dbContext.SaveChanges();
    }
}

为了将UnitOfWork注入到Identity中,需要注册一个UserService:

services.AddScoped();

services.AddScoped(s => new UnitOfWork(s.GetService()));

最后,实现IUserService接口:

public interface IUserService
{
    void CreateUser(IdentityUser user);
}

public class UserService : IUserService
{
    private readonly IdentityContext _context;
    private readonly IUnitOfWork _unitOfWork;

    public UserService(IdentityContext context, IUnitOfWork unitOfWork)
    {
        _context = context;
        _unitOfWork = unitOfWork;
    }

    public void CreateUser(IdentityUser user)
    {
        _context.Users.Add(user);

        _unitOfWork.SaveChanges();
    }
}

现在,我们有了一个完整集成了Identity和UnitOfWork的项目,可以安全地使用它来进行用户身份验证和授权。

  1. 使用IdentityDbContext作为UnitOfWork

另一个解决方案是将

相关内容

热门资讯

透视资料!哈糖大菠萝开挂(透视... 透视资料!哈糖大菠萝开挂(透视)哈糖大菠萝免费辅助器(辅助)其实是真的有教程(哔哩哔哩)暗藏猫腻,小...
透视方针!德州辅助工具到底怎么... 透视方针!德州辅助工具到底怎么样(透视)pokemmo辅助脚本(辅助)原来真的是有工具(哔哩哔哩)1...
透视讲义!pokemmo手机版... 透视讲义!pokemmo手机版修改器(透视)红龙poker辅助工具(辅助)本来有方法(哔哩哔哩)1、...
透视步骤!pokermaste... 透视步骤!pokermaster脚本(透视)拱趴大菠萝万能挂(辅助)好像一直都是有技巧(哔哩哔哩)1...
透视指南书!aa poker辅... 透视指南书!aa poker辅助包(透视)epoker底牌透视(辅助)竟然是真的有工具(哔哩哔哩)1...
透视绝活儿!werplan透视... 透视绝活儿!werplan透视挂(透视)impoker辅助(辅助)确实是真的有脚本(哔哩哔哩)1、每...
透视阶段!聚星ai辅助工具下载... 透视阶段!聚星ai辅助工具下载(透视)智星德州辅助译码插件靠谱吗(辅助)真是一直都是有攻略(哔哩哔哩...
透视模板!来玩app破解版(透... 透视模板!来玩app破解版(透视)pokerworld破解版下载(辅助)原来一直总是有app(哔哩哔...
透视窍要!pokermaste... 透视窍要!pokermaster辅助器(透视)哈糖大菠萝能开挂吗(辅助)都是一直总是有app(哔哩哔...
透视指南!pokermaste... 您好,德州私人局怎么透视这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多...