Crate atproto_identity

Source
Expand description

AT Protocol identity management library for DID resolution, handle resolution, and cryptographic key operations.

Provides binaries:

  • atproto-identity-resolve: Resolve handles and DIDs to identity documents
  • atproto-identity-key: Generate and manage cryptographic keys
  • atproto-identity-sign: Sign data with private keys
  • atproto-identity-validate: Validate handles and DIDs

Modulesยง

axum
Axum web framework integration for AT Protocol identity management.
config
Configuration management for AT Protocol identity operations.
errors
Structured Error Types
key
Cryptographic key operations for AT Protocol identity management.
model
Data structures for DID documents and AT Protocol entities.
plc
PLC Directory Client
resolve
Core Resolution Logic
storage
DID document storage abstraction for AT Protocol identity management.
storage_lru
LRU-based implementation of the DidDocumentStorage trait.
validation
Input validation for AT Protocol handles and DIDs.
web
Web DID Client