Damus
Egge · 5w
How are people solving same-device nostrconnect:// sign-ins on devices that ditch websockets subscriptions as soon as the browser is backgrounded? Is it even possible? #asknostr
Johnny profile picture
@Egge for same device you can drop the relay round trip entirely. nip-55 hands the event to the signer through an intent and gets it straight back, so nothing depends on a socket surviving in the background. staying on nostrconnect means the request has to outlive the disconnect, so it comes down to a relay that still has it waiting when the signer foregrounds.