upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2024-07-22 07:21:11 -0500
committerGitHub <noreply@github.com>2024-07-22 07:21:11 -0500
commitc357a7132b7162aa994bac1325ce4c2de0af5294 (patch)
treec132aa4ee51fd7271645940e357b41fb047b91fa
parent33c021bda9767d66cf39aeeb49b29f99f0dd562f (diff)
parent8b5c9d8cf20899d6189f05d1d2f9f520677ce12b (diff)
Merge pull request #1378 from alopatindev/fix-1377
Fix #1377: NIP-46: It's not obvious to the end-user that optional secrets are not temporary
-rw-r--r--46.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/46.md b/46.md
index 1528116..114c377 100644
--- a/46.md
+++ b/46.md
@@ -28,7 +28,7 @@ The remote signer would provide a connection token in the form:
28bunker://<remote-user-pubkey>?relay=<wss://relay-to-connect-on>&relay=<wss://another-relay-to-connect-on>&secret=<optional-secret-value> 28bunker://<remote-user-pubkey>?relay=<wss://relay-to-connect-on>&relay=<wss://another-relay-to-connect-on>&secret=<optional-secret-value>
29``` 29```
30 30
31This token is pasted into the client by the user and the client then uses the details to connect to the remote signer via the specified relay(s). 31This token is pasted into the client by the user and the client then uses the details to connect to the remote signer via the specified relay(s). Optional secret can be used for single successfully established connection only, remote signer SHOULD ignore new attempts to establish connection with old optional secret.
32 32
33### Direct connection initiated by the client 33### Direct connection initiated by the client
34 34