We know the root pubkey because it's included in the delegate tag with the signature and event creation conditions.
The unsigned token is `nostr:delegation:
So basically you just sign a token that gives the permission to
We know the root pubkey because it's included in the delegate tag with the signature and event creation conditions.
The unsigned token is `nostr:delegation:
So basically you just sign a token that gives the permission to
and this process is handled internally right now by the issuer? so you need to input that token you received via other means? how is the token verification done?
anyone can verify the token by just checking the signature of sha256(nostr:delegation:publisher-key:conditions) against the pubkey in the delegation tag (which is the root key). also make sure the publisher-key is the pubkey of the nostr note.