From e344e356f90989f4bfa1047134adaa319ba10124 Mon Sep 17 00:00:00 2001 From: cl0ete Date: Wed, 23 Oct 2024 08:26:49 +0200 Subject: [PATCH] some minor edits --- docs/Trust Registry.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Trust Registry.md b/docs/Trust Registry.md index 0cbd5b1f6..0b318a724 100644 --- a/docs/Trust Registry.md +++ b/docs/Trust Registry.md @@ -58,9 +58,9 @@ where `"z5Bug71M7Sj7cYpbVBDmN:2:test_schema:0.3"` represents the schema ID, name > It's advisable to either avoid exposing this to the internet or set up a separate security layer for the trust > registry. This is because it's crucial to prevent unauthorized individuals from making changes to the trust registry. -## Trust-registry Role in the application flows +## Trust-registry Role in application flows -Below we indicate where and how the Trust-registry is consulted to verify that Issuers/Verifiers and schemas are on the +Below we indicate where and how the Trust-registry is consulted to verify that Issuers/Verifiers and Schemas are on the Trust-registry. ### Create Credential Definition @@ -94,8 +94,8 @@ title: Create Credential-Offer/Sending Credential --- flowchart LR subgraph Request Types - App1(Create Offer Request
Connectionless) --> Consults[Consults] - App2(Send Credential Request
with Connection ID) --> Consults[Consults] + App1(Create Offer
Connectionless) --> Consults[Consults] + App2(Send Credential
with Connection ID) --> Consults[Consults] end subgraph Trust Registry Checks Consults --> TR