nJupiter.DataAccess.Users
4.2.1.531
A component to manage users and user data via a repository class. It can handle complex property structures and is also able to divide user properties in different contexts. The component has a default implementation for SQL Server (in nJupiter.DataAccess.Users.Sql) but can also be tied to an LDAP (by using the IUserRepository implementation in nJupiter.DataAccess.Users.DirectoryService) or you can also bind it to any other data source by implementing your own IUserRepository. The assembly also contain implementations for ProfileProvider and MembershipProvider implemmentations, for example the HybridMembershipProvider that makes it possible to wrap another MembershipProvider with a database user.
Install-Package nJupiter.DataAccess.Users -Version 4.2.1.531
dotnet add package nJupiter.DataAccess.Users --version 4.2.1.531
<PackageReference Include="nJupiter.DataAccess.Users" Version="4.2.1.531" />
paket add nJupiter.DataAccess.Users --version 4.2.1.531
Release Notes
Dependencies
-
- nJupiter.Configuration (>= 4.0.1.309)
- nJupiter.DataAccess (>= 4.0.1.308)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.