Hola Todos!
Can I nest a nostr PWA such as Snort.social or Iris.to inside another PWA?
The goal is that the parent PWA will have a user account that has a nostr key pair associated with it. I would then, on the same server, have, let's say, the snort client available to be served and when opened, it would auto login using the person's private key and remain in the same app "universe".
I want to link this up with LNBits so that the person has their wallet, nostr market stall, and a social forum all in one!
I did play around with it a bit and was able to do a bit of a hack by just setting the localStorage privateKey property and then launching the snort repo from the PWA. I have to flesh it out a little bit, but does this approach make sense?