Skip to content

Commit 2828226

Browse files
build(deps-dev): bump hugo-extended from 0.148.1 to 0.149.0 (#121)
* build(deps-dev): bump hugo-extended from 0.148.1 to 0.149.0 Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from 0.148.1 to 0.149.0. - [Commits](jakejarvis/hugo-extended@v0.148.1...v0.149.0) --- updated-dependencies: - dependency-name: hugo-extended dependency-version: 0.149.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix broken link --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ndr_brt <[email protected]>
1 parent cf2b11e commit 2828226

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

content/en/documentation/for-adopters/identity-hub/_index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ description: >
55
weight: 50
66
---
77

8-
Identity Hub (IH) manages organization identity resources such as credentials for a dataspace participant. It is designed for machine-to-machine interactions and does not manage personal verifiable credentials. Identity Hub implements the [Decentralized Claims Protocol (DCP)](https://github.com/eclipse-dataspace-dcp/decentralized-claims-protocol.) and is based on key decentralized identity standards, including [W3C DIDs](https://www.w3.org/TR/did-core/), the [W3C did:web Method](https://w3c-ccg.github.io/did-method-web/), and the [W3C Verifiable Credentials Data Model v1.1](https://www.w3.org/TR/vc-data-model/)specifications, so we recommend familiarizing yourself with those technologies first.
8+
Identity Hub (IH) manages organization identity resources such as credentials for a dataspace participant. It is designed
9+
for machine-to-machine interactions and does not manage personal verifiable credentials. Identity Hub implements the
10+
[Decentralized Claims Protocol (DCP)](https://github.com/eclipse-dataspace-dcp/decentralized-claims-protocol) and is
11+
based on key decentralized identity standards, including [W3C DIDs](https://www.w3.org/TR/did-core/), the
12+
[W3C did:web Method](https://w3c-ccg.github.io/did-method-web/), and the
13+
[W3C Verifiable Credentials Data Model v1.1](https://www.w3.org/TR/vc-data-model/)specifications, so we recommend
14+
familiarizing yourself with those technologies first.
915

1016
>One question that frequently comes up is whether Identity Hub supports [OpenID for Verifiable Credentials (OID4VC)](https://openid.net/sg/openid4vc/specifications/). The short answer is No. That's because OID4VC mandates human (end-user) interactions, while Identity Hub is designed for machine-to-machine interactions where humans are not in the loop. Identity Hub is built on many of the same decentralized identity standards as OID4VC but implements DCP, a protocol specifically designed for non-human flows.
1117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"autoprefixer": "^10.4.14",
3838
"cross-env": "^10.0.0",
39-
"hugo-extended": "0.148.1",
39+
"hugo-extended": "0.149.0",
4040
"postcss-cli": "^11.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)