From 60c3e9fab70e76962957c3fc71723593d9267cf6 Mon Sep 17 00:00:00 2001 From: fiatjaf_ Date: Sun, 11 Feb 2024 23:12:15 -0300 Subject: [PATCH] `auth_url` fix Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com> --- 46.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * Client finds nip46 relays wss://relay.example.com and pubkey <123> * Client sends `connect` with remote pubkey `<123>` * Signer sends back `result: "auth_url", error: "https://auth.example.com/some-long-secret-path"` -* Client opens popup `https://auth.examople.com/ABCD` +* Client opens popup for `auth_url` (for example `https://auth.example.com/ABCD`) * User authorizes the client to sign on behalf of pubkey <123> * Client's `connect` RPC call is `ack`ed.