Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Jan 8, 2025
1 parent 9fd1e6b commit 277973d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The following is a `tl;dr` summary of how `did:paf` works:

The did syntax is `did:paf:<domain>:<uuid>`. A did document can optionally be resolved by the following translation: `https://paf.<domain>/<uuid>/did.json`. This is the same as a regular did:web transformation, except the pat subdomain is implicitly added to the domain value.
The did syntax is `did:paf:<domain>:<uuid>`. A did document can optionally be resolved by the following translation: `https://paf.<domain>/<uuid>/did.json`. This is the same as a regular did:web transformation, except the `paf` subdomain is implicitly added to the domain value.

The resolved document MUST NOT contain any verification material. It MAY contain a list of services or any other metadata at the discretion of the did controller.
The resolved document MUST NOT contain any verification material. It SHOULD contain a list of services or metadata at the discretion of the did controller.

When an attestation is made with this did, it will display a `publicKeyMultibase` encoding of the public key used for signing the data as the did fragment: `did:paf:<domain>:<uuid>#<publicKeyMultibase>`.

Expand Down

0 comments on commit 277973d

Please sign in to comment.