ProjectshanzoaiIdentity
Identity & Authentication
Decentralized identity (DID) and authentication infrastructure across Hanzo networks.
Decentralized identity (DID) and authentication infrastructure across Hanzo networks.
Networks
| Network | Domain | Purpose |
|---|---|---|
| Hanzo ID | hanzo.id | Unified Hanzo ecosystem identity |
| Lux ID | lux.id | Blockchain-native identity for Lux Network |
| Pars ID | pars.id | Persian global community network |
Shared Infrastructure
All identity networks share common infrastructure:
- IAM Backend - iam.hanzo.ai
- OAuth 2.0 / OIDC - Standard authentication protocols
- WebAuthn - Passwordless authentication support
- DIDs - W3C Decentralized Identifiers
Quick Start
- Choose your network based on your use case
- Register or connect existing identity
- Integrate using SDK or OAuth
SDKs
# Hanzo
npm install @hanzo/auth
# Lux
npm install @luxfi/auth
# Pars
npm install @pars/authSupport
How is this guide?