![]() |
VOOZH | about |
dotnet add package Hexalith.IdentityStores --version 1.4.5
NuGet\Install-Package Hexalith.IdentityStores -Version 1.4.5
<PackageReference Include="Hexalith.IdentityStores" Version="1.4.5" />
<PackageVersion Include="Hexalith.IdentityStores" Version="1.4.5" />Directory.Packages.props
<PackageReference Include="Hexalith.IdentityStores" />Project file
paket add Hexalith.IdentityStores --version 1.4.5
#r "nuget: Hexalith.IdentityStores, 1.4.5"
#:package Hexalith.IdentityStores@1.4.5
#addin nuget:?package=Hexalith.IdentityStores&version=1.4.5Install as a Cake Addin
#tool nuget:?package=Hexalith.IdentityStores&version=1.4.5Install as a Cake Tool
👁 Codacy Badge
👁 Quality Gate Status
👁 Security Rating
👁 Maintainability Rating
👁 Code Smells
👁 Lines of Code
👁 Technical Debt
👁 Reliability Rating
👁 Duplicated Lines (%)
👁 Vulnerabilities
👁 Bugs
This repository contains Hexalith Identity Stores components for user identity management, authentication, and authorization within the Hexalith ecosystem. It includes class libraries and an example app for integrating identity services into applications.
Dapr is used to provide building blocks around state, service invocation, pub/sub, and secrets. The libraries in this repo include helpers and actor-based stores designed to work with Dapr.
Identity data and operations are implemented using Dapr actors and services. Applications interact via standard Dapr APIs or client SDKs.
src/: Core source code.
src/libraries/: Class libraries packaged as NuGet.
Hexalith.IdentityStores (library): Dapr actor-based identity stores, models, helpers, and services.Hexalith.IdentityStores.Abstractions (library): Public abstractions, configurations, and constants shared across the ecosystem.Hexalith.IdentityStores.UI (library): UI components and helpers (Blazor) for account flows.src/examples/: Sample projects demonstrating usage.
Hexalith.IdentityStores.Example (console example): Minimal example wiring identity stores.src/servers/: Documentation placeholder. No server projects are present in this repository at the moment. See src/servers/README.md.test/: Tests.
Hexalith.IdentityStores.Tests: Unit tests.tools/: Utility scripts.Hexalith.Builds/: Git submodule for shared build configurations..github/: GitHub workflows and templates.git clone --recurse-submodules https://github.com/Hexalith/Hexalith.IdentityStores.git
cd Hexalith.IdentityStores
If you cloned without --recurse-submodules, run:
git submodule update --init --recursive
Build the entire solution using the .NET CLI:
dotnet build Hexalith.IdentityStores.sln
Execute tests using the .NET CLI:
dotnet test Hexalith.IdentityStores.sln
Refer to contribution guidelines if available before submitting pull requests. Ensure code adheres to the project's coding standards and passes all tests.
MIT License. See LICENSE for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on Hexalith.IdentityStores:
| Package | Downloads |
|---|---|
|
Hexalith.Security.Servers
Hexalith is a set of libraries to build an application with micro-service architecture. |
|
|
Hexalith.IdentityStores.UI
Hexalith is a set of libraries to build an application with micro-service architecture. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.5 | 157 | 1/10/2026 |
| 1.4.4 | 256 | 12/23/2025 |
| 1.4.3 | 188 | 12/6/2025 |
| 1.4.2 | 380 | 12/6/2025 |
| 1.4.1 | 308 | 11/30/2025 |
| 1.4.0 | 445 | 11/18/2025 |
| 1.3.37 | 440 | 9/20/2025 |
| 1.3.36 | 235 | 9/20/2025 |
| 1.3.35 | 244 | 9/20/2025 |
| 1.3.34 | 453 | 8/5/2025 |
| 1.3.33 | 229 | 7/31/2025 |
| 1.3.32 | 182 | 7/31/2025 |
| 1.3.31 | 193 | 7/30/2025 |
| 1.3.30 | 223 | 7/30/2025 |
| 1.3.29 | 180 | 7/30/2025 |
| 1.3.28 | 195 | 7/30/2025 |
| 1.3.27 | 209 | 7/30/2025 |
| 1.3.26 | 456 | 7/25/2025 |
| 1.3.25 | 541 | 7/24/2025 |
| 1.3.24 | 775 | 7/22/2025 |