interledger / open-payments

Protocol to setup payments between entities on the Web based on GNAP

Home Page:https://openpayments.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `access_token` optional in `POST /continue/{id}` response in Open Payments SDK

njlie opened this issue · comments

In order to support polling (interledger/rafiki#2193) in the Rafiki Auth server, the Open Payments SDK should allow the response for the POST /continue/{id} to not include access_token, as polling the continue endpoint would not return it before the grant is approved.