View Issue Details

IDProjectCategoryView StatusLast Update
0010171Talermerchant backendpublic2025-07-09 16:56
Reportersebasjm Assigned Toschanzen  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Target Version1.1 
Summary0010171: doesnt return new tokens after creating one
DescriptionAfter this query

$ curl 'http://merchant.taler.test/private/token' -H 'Authorization: Basic YWRtaW46cXdl' --data-raw '{"scope":"all","duration":{"d_us":"forever"}}'
{
  "access_token": "secret-token:5ZR3HF807QY9R3KJQHZWNXQX2SZD4Y2B9QDCAMCP4QNAKSTNQWJG",
  "token": "secret-token:5ZR3HF807QY9R3KJQHZWNXQX2SZD4Y2B9QDCAMCP4QNAKSTNQWJG",
  "scope": "all",
  "refreshable": false,
  "expiration": {
    "t_s": "never"
  }
}

I'm expecting this to returns the token, but is empty

$ curl 'http://merchant.taler.test/private/tokens' -H 'Accept: application/json' -H 'Accept-Language: en-US,en;q=0.9,es;q=0.8' -H 'Authorization: Bearer secret-token:GVP8MZ2R22XGNY1KA9Q72RVMHZZ0E7K35E924ZJQECJTT0TFQ6NG'
{
  "tokens": []
}

TagsNo tags attached.

Relationships

child of 0010108 confirmedsebasjm customer unable to extract authorization token for WooCommerce integration 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-07-09 16:46 sebasjm New Issue
2025-07-09 16:54 Christian Grothoff Assigned To => avalos
2025-07-09 16:54 Christian Grothoff Status new => assigned
2025-07-09 16:54 Christian Grothoff Assigned To avalos => schanzen
2025-07-09 16:56 sebasjm Relationship added child of 0010108