Class PostgresUserProvider

Assembly: redb.Postgres.dll

PostgreSQL implementation of user provider.
Inherits all business logic from UserProviderBase.
Only provides PostgreSQL-specific SQL dialect and password hasher.
Usage:
services.AddScoped<IUserProvider, PostgresUserProvider>();

public class PostgresUserProvider : UserProviderBase, IUserProvider

Inheritance

ObjectUserProviderBasePostgresUserProvider

Implements

Inherited Members

Constructors

PostgresUserProvider(IRedbContext, IRedbSecurityContext, IPasswordHasher, ILogger?)

Creates a new PostgreSQL user provider with custom password hasher.