Skip to content

Commit

Permalink
fix ref links
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Dec 5, 2024
1 parent c8ffb74 commit 15f916a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ There are two approaches to delete an IOTA Identity, with different implications

## Deactivate

As detailed in the [IOTA DID Method Specification](../../../references/iota-identity/iota-did-method-spec.mdx#deactivate),
As detailed in the [IOTA DID Method Specification](
../../../references/iota-identity/iota-did-method-spec.mdx#deactivate),
a controller of an IOTA Identity may [deactivate](https://www.w3.org/TR/did-core/#did-document-metadata) it by executing an update that either:

- deletes the contents of the DID Document entirely, leaving the state metadata empty, OR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

## Abstract

This specification describes a mechanism for publishing the revocation status of [verifiable credentials](../../developer/iota-identity/explanations/verifiable-credentials.mdx) embedded in an issuer's DID document.
This specification describes a mechanism for publishing the revocation status of [verifiable credentials](../../iota-identity/explanations/verifiable-credentials.mdx) embedded in an issuer's DID document.

## Introduction

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ To address this privacy concern, `RevocationTimeframe2024` was designed as an ex
most of its logic.

## Concepts
`RevocationTimeframe2024` should be used together with selectively disclosable credentials - either [SD-JWT](../../developer/iota-identity/how-tos/verifiable-credentials/selective-disclosure)
or [ZK-SD](../../developer/iota-identity/how-tos/verifiable-credentials/zero-knowledge-selective-disclosure) - in order to conceal to the verifier
`RevocationTimeframe2024` should be used together with selectively disclosable credentials - either [SD-JWT](../../iota-identity/how-tos/verifiable-credentials/selective-disclosure)
or [ZK-SD](../../iota-identity/how-tos/verifiable-credentials/zero-knowledge-selective-disclosure) - in order to conceal to the verifier
the credential's index in the issuer's revocation bitmap to avoid linkability.

### Validity Timeframe
Expand Down

0 comments on commit 15f916a

Please sign in to comment.