Update 46.md

Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
Alexander Lopatin 2024-07-20 21:19:05 +03:00 committed by GitHub
parent 2e85b89bcb
commit 8b5c9d8cf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
46.md
View File

@ -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>
```
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 secret key.
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