NEUROFUSIONInc / fusion

The simplest way to do brain and behaviour research - right in your browser or mobile phone. Discord: https://discord.gg/sqsuzXWE3K
https://usefusion.ai/research
GNU Affero General Public License v3.0
34 stars 6 forks source link

Enhance Nostr Login #193

Closed oreHGA closed 5 months ago

oreHGA commented 5 months ago

On the login page, we have the following options:

So by default you'd see :
- Continue as Guest
---
and then:
- Use Browser Extension
- Use Account Key

oreHGA commented 5 months ago

screencap of how highlighter does theirs image

jokonuko commented 5 months ago

When a person signs in, we currently save their private key to localstorage, need to decide if we want to delete this on logout? I like it as is now but if I want to switch to using nos2x, I have to manually go delete from localStorage, not ideal ... however, I think this will no longer be an issue when we do this:

Discussed offline and figured we can just keep the ephemeral keys in browser until a user decides to delete it (manually for now). Perhaps we can add a "Delete account" feature in the profile page?

oreHGA commented 5 months ago

Perhaps we can add a "Delete account" feature in the profile page?

Yes I like this!