NEUROFUSIONInc / fusion

Local-first behavior tracking and brain recording app. Discord: https://discord.gg/sqsuzXWE3K
https://usefusion.ai/research
Other
35 stars 8 forks source link

Support connecting mobile client with web client for a user #94

Open oreHGA opened 1 year ago

oreHGA commented 1 year ago

See https://usefusion.app/integrations. We need to do the "Fusion" integration that connect a user account.

Some details;

oreHGA commented 8 months ago

Early conversations around this are brewing.. need to dig in deeper as to how we can implement Nostr Connect (nip-46) in our scenario - https://github.com/nostr-protocol/nips/blob/master/46.md

The ideal case is that no one has to past any private key and their Fusion mobile app is what they use to approve events

oreHGA commented 8 months ago

Just found a typescript library to try for this

https://github.com/nostr-connect/connect

The logic is just like we discussed

Will try to dig into their implementation more but this could be it :)