Add hint notes on UX flow, with copy-and-paste

This commit is contained in:
Adam B 2023-02-19 07:40:33 +01:00
parent 6849f3bdf4
commit 82926f47b0
No known key found for this signature in database
GPG Key ID: 9ED7B5FB86547DAD

16
26.md
View File

@ -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.
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.