mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-16 23:16:25 +00:00
22 lines
571 B
Plaintext
22 lines
571 B
Plaintext
---
|
|
title: Resolve W3C DID Document
|
|
description: Retrieve complete DID document with verification methods and services
|
|
seo:
|
|
title: "DID Resolution"
|
|
---
|
|
|
|
:::info
|
|
DID resolution is the primary way to discover how to interact with
|
|
a decentralized identity, including available keys and services.
|
|
:::
|
|
|
|
:::warning
|
|
Deactivated DIDs cannot be resolved. The query will return an error
|
|
indicating the DID has been permanently disabled.
|
|
:::
|
|
|
|
:::tip
|
|
Cache resolved DID documents client-side with appropriate TTL based
|
|
on your security requirements and update frequency needs.
|
|
:::
|