Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple profile support #48

Closed
Semisol opened this issue Sep 26, 2023 · 1 comment
Closed

multiple profile support #48

Semisol opened this issue Sep 26, 2023 · 1 comment

Comments

@Semisol
Copy link

Semisol commented Sep 26, 2023

multiple profiles being supported could open up some neat use cases. for now, switching could be implemented only through the extension popup and be global

in the future we could spec this so that websites can be notified on profile changes and ask for a list of authorized profiles, so on, something like this:

  • an event on globalThis named nostr.profile-switch
  • await nostr.keys.listAuthorizedProfiles()
  • sign/decrypt/etc could take in a pubkey parameter
@Semisol Semisol mentioned this issue Sep 26, 2023
@Semisol Semisol closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2023
@fiatjaf
Copy link
Owner

fiatjaf commented Sep 27, 2023

This would be cool to have, but seems like a nightmare of complexity and I'd rather not have to maintain it for the future. It's probably much easier to make a new extension optimized for this from ground up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants