View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008759 | Taler | challenger | public | 2024-04-22 18:55 | 2024-08-28 23:30 |
Reporter | sebasjm | Assigned To | sebasjm | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.11 | ||||
Target Version | 0.13 | Fixed in Version | 0.13 | ||
Summary | 0008759: implement spec v2 | ||||
Description | changes: * added address_type in /config (spa right now doesn't know which addr_type backend is expecting, defaulting to email) * moved restrictions to /config (since it will not change based on challenge) * added challenge status info: (so SPA can show better info of the challenge status when the page is loaded) - added retransmission_time with type Timestamp - added pin_transmissions_left - added auth_attempts_left * prevent 302 when request type is application/json (in /challenge and /solve because of https://fetch.spec.whatwg.org/#atomic-http-redirect-handling ) * support application/json for request * deprecating next_tx_time in ChallengeCreateResponse in favor of retransmission_time in ChallengeStatus NOT IN THE SPEC * we should have a request interface for application/json, right now challenger SPA is sending {"email":"..."} (and it works) but docs ask for {"adress":"..."} > The posted form data must contain an “address”. for endpoints: - https://docs.taler.net/core/api-challenger.html#post--token - https://docs.taler.net/core/api-challenger.html#post--solve-$NONCE - https://docs.taler.net/core/api-challenger.html#post--challenge-$NONCE | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-22 18:55 | sebasjm | New Issue | |
2024-04-22 18:55 | sebasjm | Status | new => assigned |
2024-04-22 18:55 | sebasjm | Assigned To | => Christian Grothoff |
2024-04-22 18:57 | sebasjm | Description Updated | |
2024-04-22 19:00 | sebasjm | Description Updated | |
2024-04-22 19:19 | sebasjm | Relationship added | child of 0008556 |
2024-04-22 19:21 | sebasjm | Relationship added | child of 0008731 |
2024-04-22 19:21 | sebasjm | Relationship added | child of 0008405 |
2024-05-05 15:41 | Christian Grothoff | Target Version | 0.11 => 0.14 |
2024-05-13 21:19 | Christian Grothoff | Target Version | 0.14 => 0.13 |
2024-07-01 20:02 | sebasjm | Assigned To | Christian Grothoff => sebasjm |
2024-07-01 20:29 | sebasjm | Status | assigned => resolved |
2024-07-01 20:29 | sebasjm | Resolution | open => fixed |
2024-07-01 20:29 | sebasjm | Note Added: 0022776 | |
2024-08-26 22:30 | Christian Grothoff | Fixed in Version | => 0.13 |
2024-08-28 23:30 | Christian Grothoff | Status | resolved => closed |