interledger / roadmap

Roadmap for the Interledger Ecosystem
0 stars 0 forks source link

Rafiki: support requests signatures to and from open paymens apis #7

Open matdehaast opened 1 year ago

matdehaast commented 1 year ago

Summary

The open payments api's require signatures to be presented to the resource server when they are called with the GNAP authorization header. Supporting this functionality is required to have a secure functioning interaction between the Client and the RS

Intended Outcomes

All authenticated requests on the open payments api's should check that a signature is present and that is correctly signed by the client's key.

Further, any interactions that occur where Rafiki calls out to any open payments api's needs to actually generate the signature correctly and supply it in the headers along with the GNAP auth token.

Links

Depends on