View Issue Details

IDProjectCategoryView StatusLast Update
0008759Talerchallengerpublic2024-07-01 20:29
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version0.11 
Target Version0.13 
Summary0008759: implement spec v2
Descriptionchanges:

* 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


TagsNo tags attached.

Relationships

child of 0008556 resolvedsebasjm implement restricting phone numbers to +41 
child of 0008731 resolvedsebasjm create spec for get challenge information and solved them 
child of 0008405 resolvedsebasjm invalid-pin form needs to show user proper choices 

Activities

sebasjm

2024-07-01 20:29

developer   ~0022776

4d657c2e055a93a5dc94300841379e037b84d006

Issue History

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