upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Fernandez <p@f7z.io>2024-02-07 07:35:38 +0000
committerGitHub <noreply@github.com>2024-02-07 07:35:38 +0000
commit667254eb7f4291f098a8d2944ee6753f452d8e63 (patch)
tree576f70c00c6d79c61a4561a47340a722948d34b3
parentdb93c0d05f78619f95dd86e0142a7f8f96161f54 (diff)
Update 46.md
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
-rw-r--r--46.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/46.md b/46.md
index 27c6930..6e150a9 100644
--- a/46.md
+++ b/46.md
@@ -80,7 +80,7 @@ When redirecting, the client can choose to add a `callbackUrl` query string para
80* Client gets example.com/.well-known/nostr.json?name=hello 80* Client gets example.com/.well-known/nostr.json?name=hello
81* Client finds nip46 relays wss://relay.example.com and pubkey <123> 81* Client finds nip46 relays wss://relay.example.com and pubkey <123>
82* Client sends `connect` with remote pubkey `<123>` 82* Client sends `connect` with remote pubkey `<123>`
83* Signer sends back `result: 'auth_url", error: "https://auth.example.com/some-long-secret-path"` 83* Signer sends back `result: "auth_url", error: "https://auth.example.com/some-long-secret-path"`
84* Client opens popup `https://auth.examople.com/ABCD` 84* Client opens popup `https://auth.examople.com/ABCD`
85* User authorizes the client to sign on behalf of pubkey <123> 85* User authorizes the client to sign on behalf of pubkey <123>
86* Client's `connect` RPC call is `ack`ed. 86* Client's `connect` RPC call is `ack`ed.