Damus
inkan · 1w
Maybe I'm not quite clear on your proposal. At first glance it sounded pretty similar to what I was talking about. How does your proposal work?
ynniv profile picture
1. apps make random keys
2. an identity attests them
3. apps see this attention and include it on their events
4. all identity prefers an attested id over the signing id
5. if a key is lost, the identity key publishes a disavow event in similar fashion to a profile event
6. in the presence of a disavow, all events with that attestation are considered deleted

https://github.com/nostr-protocol/nips/pull/1450
1๐Ÿ‘€1
inkan · 1w
I think that by "an identity attests them" you mean that the identity signs something saying that events signed by the attested keys should be attributed to the identity, right? If so, this is similar to what Inkan calls a "delegation of signing authority." And when you say that, when a key is lo...