View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007998 | Taler | wallet-core | public | 2023-12-04 13:09 | 2024-01-28 12:07 |
Reporter | schanzen | Assigned To | Florian Dold | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | post-1.0 | ||||
Summary | 0007998: Accountless registration broken repurchase detection for GNS delegations | ||||
Description | For GNS name registration, we have the following use case: A name can be registered for a period of time. This will establish a mapping from label to public key (zone key) until the registration time ends. Once registered, the buyer should be able to revisit and modify the registration to: - Edit the zone key - Extend the registration duration (by pre-paying more) User story: The user wants to register a name and browses to https://myregistrar.com/<name> There, it can be bought/registered with taler. This will generate a registration token and fulfillment URL in the form https://myregistrar.com/<name>/<token> Visiting this token will allow the user to modify the registration (see above). Apparently, detecting repurchase of the name is currently not possible, as it would require the prefix match of the fulfillment URL. | ||||
Tags | No tags attached. | ||||
|
I propose we create a new taler://paid/$domain/$PREFIX/ URI that would search the wallet-db for a payment that matches the prefix, show the user the transaction (if any) and allow them to open the fulfillment URI. |
|
See also: https://hamatti.org/posts/please-dont-force-me-to-log-in/ |
|
Well, it does work already, its just the repurchase detection that is broken. I'll modify the subject... |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-12-04 13:09 | schanzen | New Issue | |
2023-12-04 13:09 | schanzen | Status | new => assigned |
2023-12-04 13:09 | schanzen | Assigned To | => Christian Grothoff |
2023-12-04 13:28 | Christian Grothoff | Note Added: 0020723 | |
2023-12-04 13:29 | schanzen | Severity | minor => feature |
2023-12-04 13:32 | Christian Grothoff | Assigned To | Christian Grothoff => Florian Dold |
2023-12-04 13:37 | Christian Grothoff | Target Version | => 0.11 |
2023-12-22 15:01 | Christian Grothoff | Target Version | 0.11 => post-1.0 |
2024-01-27 18:40 | Christian Grothoff | Note Added: 0021054 | |
2024-01-28 12:07 | schanzen | Note Added: 0021058 | |
2024-01-28 12:07 | schanzen | Summary | Accountless registration => Accountless registration broken repurchase detection for GNS delegations |