Hexalith.DaprIdentityStore.UI
0.2.0
dotnet add package Hexalith.DaprIdentityStore.UI --version 0.2.0
NuGet\Install-Package Hexalith.DaprIdentityStore.UI -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hexalith.DaprIdentityStore.UI" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hexalith.DaprIdentityStore.UI --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hexalith.DaprIdentityStore.UI, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hexalith.DaprIdentityStore.UI as a Cake Addin #addin nuget:?package=Hexalith.DaprIdentityStore.UI&version=0.2.0 // Install Hexalith.DaprIdentityStore.UI as a Cake Tool #tool nuget:?package=Hexalith.DaprIdentityStore.UI&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Hexalith.DaprIdentityStore.Abstractions
Overview
Hexalith.DaprIdentityStore.Abstractions is a core library that provides abstractions and models for implementing distributed identity management using Dapr Actors. This library enables scalable and reliable user identity management in distributed applications.
Architecture
The library is structured into several key components:
Actor System
IUserIdentityActor
The core actor interface that handles user identity operations:
- User creation and management
- Password management
- Claims and roles handling
- Authentication token management
Actor States
UserActorState
: Maintains the actor's internal state including:- User profile information
- Security stamps
- Authentication tokens
- Claims and roles
Models
Core Identity Models
UserIdentity
: The primary user identity model containing:- Basic user information (Id, Username, Email)
- Security information (PasswordHash, SecurityStamp)
- Two-factor authentication settings
- Lockout settings
Authentication Models
ApplicationRole
: Represents user roles in the systemApplicationUserClaim
: Represents user claimsApplicationUserLogin
: Manages external login providersApplicationUserToken
: Handles authentication tokens
Helpers
DaprIdentityStoreActorProxyHelper
Provides utility methods for:
- Actor proxy creation and management
- Actor communication helpers
- State management utilities
Error Handling
HexalithIdentityErrorDescriber
Provides standardized error descriptions for common identity operations:
- Authentication failures
- Password validation
- User validation
- Role and claim operations
Usage
Basic Setup
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Hexalith.DaprIdentityStore.Abstractions (>= 0.2.0)
- Hexalith.UI.Components (>= 1.0.38)
- Microsoft.AspNetCore.Components.WebAssembly.Server (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0 | 0 | 11/23/2024 |