From 31f67d1553abe5aae9295ee275c77cb77b0ab3e0 Mon Sep 17 00:00:00 2001 From: Travis Vachon Date: Mon, 26 Feb 2024 15:44:36 -0800 Subject: [PATCH] fix: speling --- .github/workflows/words-to-ignore.txt | 4 ++++ w3-ucan-bridge.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/words-to-ignore.txt b/.github/workflows/words-to-ignore.txt index f6cfd91..75d963b 100644 --- a/.github/workflows/words-to-ignore.txt +++ b/.github/workflows/words-to-ignore.txt @@ -156,3 +156,7 @@ AccountA AgentA IssuerA AudiencePrincipal +dag-json-encoded +base64url-multibase-encoded +Uint8Array +ed25519 diff --git a/w3-ucan-bridge.md b/w3-ucan-bridge.md index db4293e..1d3934c 100644 --- a/w3-ucan-bridge.md +++ b/w3-ucan-bridge.md @@ -43,7 +43,7 @@ Content-Type: application/json } ``` -And receive a dag-json-encoded list of UCAN bridge receipts like: +And receive a DAG-JSON-encoded list of UCAN bridge receipts like: ```json [ @@ -133,7 +133,7 @@ async function deriveSigner(headerValue: string): Promise { } ``` -`Authorization` is an IPLD CAR [ed: unixfs encoded? need to understand Delegation archive format better] representing a UCAN delegation. +`Authorization` is an IPLD CAR representing a UCAN delegation. It should grant the principal identified by `X-Auth-Secret` appropriate capabilities on the resource identified in the JSON body of the HTTP request.