diff --git a/26.md b/26.md index 11468c07..a17534a3 100644 --- a/26.md +++ b/26.md @@ -103,4 +103,18 @@ Clients should display the delegated note as if it was published directly by the #### Relay & Client Querying Support -Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value. \ No newline at end of file +Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value. + + +#### Notes on Use Case Flow + +Usually more than one client is involved in the delegation flow. +As a hint, a typical use case is described: + +- User wishes to delegate from its primary identity, loaded into a primary client, to a secondary (delegated) identity, to be used in a secondary client. +- User selects delegation action in the primary client. +- Delegated pubkey is entered, e.g. by copy-and-paste from the secondary client. +- User enters optional conditions (validity period, event kind). +- Delegation tag is created. +- In the secondary client, user selects Delegated Identity option. +- User enters the delegation tag, e.g. by copy-and-paste.