upleb.uk

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

summaryrefslogtreecommitdiff
path: root/46.md
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2024-02-11 23:12:15 -0300
committerGitHub <noreply@github.com>2024-02-11 23:12:15 -0300
commit60c3e9fab70e76962957c3fc71723593d9267cf6 (patch)
treedaa064cc4cea1ba4c16736ca3a369fd21c136723 /46.md
parentf38b7ab619bdceb66396ce7f62922a41b40fdbce (diff)
`auth_url` fixnip46-create_account
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
Diffstat (limited to '46.md')
-rw-r--r--46.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/46.md b/46.md
index 10a2549..af25c58 100644
--- a/46.md
+++ b/46.md
@@ -81,7 +81,7 @@ When redirecting, the client can choose to add a `callbackUrl` query string para
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 for `auth_url` (for example `https://auth.example.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.
87 87