mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
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
This commit is contained in:
commit
c357a7132b
2
46.md
2
46.md
|
@ -28,7 +28,7 @@ The remote signer would provide a connection token in the form:
|
||||||
bunker://<remote-user-pubkey>?relay=<wss://relay-to-connect-on>&relay=<wss://another-relay-to-connect-on>&secret=<optional-secret-value>
|
bunker://<remote-user-pubkey>?relay=<wss://relay-to-connect-on>&relay=<wss://another-relay-to-connect-on>&secret=<optional-secret-value>
|
||||||
```
|
```
|
||||||
|
|
||||||
This 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).
|
This 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.
|
||||||
|
|
||||||
### Direct connection initiated by the client
|
### Direct connection initiated by the client
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user