From 18cda2ff319d64dd48186282f7a81a0f45d62c4c Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Sun, 22 Sep 2024 15:50:29 -0700 Subject: [PATCH] add image and link --- README.md | 2 +- extensions/umade-01-auth.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8107e2..ae80400 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ not part of the core UMA payment protocol, but are defined here for reference. | Link | Title | | ---------------------------------------------- | ------------------------------------ | -| [UMADE-01](/umade-01-auth.md) | UMA Auth | +| [UMADE-01](/extensions/umade-01-auth.md) | UMA Auth | ## Additional Resources diff --git a/extensions/umade-01-auth.md b/extensions/umade-01-auth.md index 0b8046c..206d679 100644 --- a/extensions/umade-01-auth.md +++ b/extensions/umade-01-auth.md @@ -36,6 +36,10 @@ to user resources. Because NWC and UMA Auth connect client apps to arbitrary wal every client app to register with every wallet service or UMA provider. Instead, the Nostr protocol is used for decentralized client app registration. +![Client App Registration](../images/auth-app-identity-flow.png) + +When an application wants to use UMA Auth, it generates a single Nostr keypair that identifies the application. This + When an application wants to use UMA Auth, it generates a single Nostr keypair that indentifies the appplication. This is called the "identity keypair". An application should have a single identity keypair that represents the application as opposed to one for each app instance or user. The identity keypair is used to sign and publish a nostr registration @@ -216,7 +220,7 @@ The VASP will respond with the same format as the initial access token request. ## NWC Requests Requests should be made to the `nwc_connection_uri` provided in the token response. For details on the NWC protocol, see -[NIP-47](https://github.com/nostr-protocol/nips/blob/master/47.md). +[NIP-47](https://github.com/nostr-protocol/nips/blob/master/47.md). ### Pending NIP PRs Adopted in UMA Auth