View Issue Details

IDProjectCategoryView StatusLast Update
0008759Talerchallengerpublic2024-04-22 19:21
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version0.11 
Target Version0.11 
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 assignedsebasjm implement restricting phone numbers to +41 
child of 0008731 assignedsebasjm create spec for get challenge information and solved them 
child of 0008405 assignedsebasjm invalid-pin form needs to show user proper choices 

Activities

There are no notes attached to this issue.

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