You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its difficult to understand what the field "get_relays" should return. Two interpretations are possible.
This is the relays for the user that has signed in. I.E this tells the client, what relays to connect to on behalf of the user.
Example: Alice uses a remote-signer and connects her client to it, the client then connects the remote-signer to understand what relays Alice wants to use in here communication. This as oppose to getting this information from other places, like NIP 05. This mimics the behavior we have in NIP07. If this is the case it should be documented, by referencing NIP07. Also there should be a recommended order in the way its interpreted, IE should NIP05 take precedence over NIP07 / NIP46 or vice versa.
The 'get_relays' returns relays that the remote-signer uses, and hence gives the client the option to select how to communicate with the remote-signer. This is relevant if the remote-signer does the login. I assume that this is not the case.
The text was updated successfully, but these errors were encountered:
#2 should be handled in the bunker link, nip 89 handler, or nostrconnect link. Relying on the relays returned by get_relays is a chicken-and-egg problem. This could be clearer though, get_relays should probably return NIP 65 read/write relays, but it currently looks more like the undocumented kind 3 relays.
Its difficult to understand what the field "get_relays" should return. Two interpretations are possible.
Example: Alice uses a remote-signer and connects her client to it, the client then connects the remote-signer to understand what relays Alice wants to use in here communication. This as oppose to getting this information from other places, like NIP 05. This mimics the behavior we have in NIP07. If this is the case it should be documented, by referencing NIP07. Also there should be a recommended order in the way its interpreted, IE should NIP05 take precedence over NIP07 / NIP46 or vice versa.
The text was updated successfully, but these errors were encountered: