Nostr Connect Within Nostr Connect #1150
alexgleason
started this conversation in
General
Replies: 1 comment 8 replies
-
Either a NIP-46 signer to manage access controls or a simple DVM/bot to manage users of any account, like this: https://github.com/nostr-protocol/nips/pull/1015/files |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a custom server that is configured by Nostr events. It uses various NIP-78 events to store its config. This config needs to be authored and signed by the server nsec.
But I also want users to be admins of this server. I want those users to be able to produce events signed by the server nsec.
So I had the idea to just make the server a remote signer. If I send a NIP-46 request tagging the server's pubkey, and my pubkey is one of the admin pubkeys, the server will sign the event and respond.
But then I realized... that I might already be using a remote signer for my admin user account.
So, I would be using Nostr Connect to sign another Nostr Connect event. I would be doing Nostr Connect within Nostr Connect.
Beta Was this translation helpful? Give feedback.
All reactions