diff options
| author | Pablo Fernandez <p@f7z.io> | 2024-01-08 17:15:04 +0000 |
|---|---|---|
| committer | Pablo Fernandez <p@f7z.io> | 2024-01-08 17:15:04 +0000 |
| commit | 7dc72f967c5cf8a225bcf911f0777948f6dd2b2a (patch) | |
| tree | 1efbdc3c6eac1a8c9bbb656f0fe5b78ea71a64b2 | |
| parent | a411c4ac7f4531691e31faf39dff06d595d425ce (diff) | |
correct unforgivable typos
| -rw-r--r-- | 46.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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.examople.com/ABCD"` | 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. |