Expand description
DID and handle resolution with TTL-backed in-memory caching for at-rust-go.
Wraps DID/handle resolution with a [moka] TTL-backed in-memory cache.
Every handler that needs to resolve a DID document or handle should go
through IdentityResolver rather than making raw HTTP calls.
Structsยง
- Identity
Config - Configuration for the identity resolver.
- Identity
Metrics - Cache performance metrics.
- Identity
Resolver - DID and handle resolver with TTL-backed in-memory cache.
- Resolved
Identity - A resolved identity from the AT Protocol network.