From a944efcf543fab8f602309c2a2f4c1edea6b45d6 Mon Sep 17 00:00:00 2001 From: Merul Dhiman Date: Sat, 31 Jan 2026 02:00:49 +0530 Subject: [PATCH 1/2] docs: address comments on registry --- docs/docs/Infrastructure/Registry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/Infrastructure/Registry.md b/docs/docs/Infrastructure/Registry.md index a9a8d348..58d0f2e6 100644 --- a/docs/docs/Infrastructure/Registry.md +++ b/docs/docs/Infrastructure/Registry.md @@ -10,9 +10,9 @@ The Registry is a core W3DS service that provides W3ID-based service discovery, The Registry enables clients and services to: -- **Resolve W3IDs** to service endpoints (eVault URIs, platform URLs) +- **Resolve eNames** to service endpoints (eVault URIs, platform URLs) - **Obtain entropy** as signed JWTs for use in provisioning and other operations -- **Verify tokens** via a public JWK endpoint +- **Verify tokens** supply JSON Web Key Set to verify JWTs via public JWK endpoint :::warning Remote Notary / Remote CA From 77a7f1003901ec378fbadcebab20b223f7efbf90 Mon Sep 17 00:00:00 2001 From: Merul Dhiman <69296233+coodos@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:05:43 +0530 Subject: [PATCH 2/2] Update docs/docs/Infrastructure/Registry.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/docs/Infrastructure/Registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Infrastructure/Registry.md b/docs/docs/Infrastructure/Registry.md index 58d0f2e6..0f5ae26d 100644 --- a/docs/docs/Infrastructure/Registry.md +++ b/docs/docs/Infrastructure/Registry.md @@ -12,7 +12,7 @@ The Registry enables clients and services to: - **Resolve eNames** to service endpoints (eVault URIs, platform URLs) - **Obtain entropy** as signed JWTs for use in provisioning and other operations -- **Verify tokens** supply JSON Web Key Set to verify JWTs via public JWK endpoint +- **Verify tokens** using the JSON Web Key Set provided via public JWK endpoint :::warning Remote Notary / Remote CA