Sabine Schaller

Results 57 issues of Sabine Schaller

## Changes proposed in this pull request - if the access type is `incoming-payment`, the grant will be issued right away, without interaction ## Context - fixes #415 ## Checklist...

type: tests
type: source
pkg: auth

We currently can only get and list incoming payments via the graphql api. We want to add support for also creating incoming payment via the graphql api.

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

The client id is an opaque identifier. It is used to filter resources when sending a `list` request. Example: Coil is the client but the web app and the phone...

## Changes proposed in this pull request - ## Context - fixes #506 ## Checklist - [ ] Related issues linked using `fixes #number` - [ ] Tests added/updated -...

type: tests
pkg: backend
type: source

UI to show grant details that user can consent to, adjust, or deny.

to not have to worry about duplicate calls See e.g.: https://shopify.engineering/building-resilient-graphql-apis-using-idempotency

Backend tests sometimes timeout. We probably don't need to fire up the entire stack for each test suite. Other performance improving measures are also welcome.

Make it configurable to mock GNAP AS - IS interaction