Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Postgresql Blazor:如何在非SQL Server存储中使用ASP.NET标识?_Postgresql_Asp.net Core_Asp.net Identity_Blazor Server Side - Fatal编程技术网

Postgresql Blazor:如何在非SQL Server存储中使用ASP.NET标识?

Postgresql Blazor:如何在非SQL Server存储中使用ASP.NET标识?,postgresql,asp.net-core,asp.net-identity,blazor-server-side,Postgresql,Asp.net Core,Asp.net Identity,Blazor Server Side,我想使用具有ASP.NET标识的Blazor服务器。但是我需要使用PostgreSQL作为用户/角色存储,因为它在AWS中。 如何用PostgreSQL替换默认登录/注销?在Npgsql.EntityFrameworkCore.PostgreSQL上添加一个依赖项并引用它是可以的,但我不想在迁移等过程中使用EF。我想手动创建表/

我想使用具有ASP.NET标识的Blazor服务器。但是我需要使用PostgreSQL作为用户/角色存储,因为它在AWS中。
如何用PostgreSQL替换默认登录/注销?

Npgsql.EntityFrameworkCore.PostgreSQL上添加一个依赖项并引用它是可以的,但我不想在迁移等过程中使用EF。我想手动创建表/