You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that a queried sub-resource belongs to the payment pointer of the url, under which grant location the request was authorized.
The paymentPointer is already being added to request ctx. The subsequent sub-resource route method should confirm that the retrieved sub-resources shares the same payment pointer id.
Otherwise for example, someone with a grant to READ outgoing payments for https://wallet.example/bob could access https://wallet.example/alice/outgoing-payments/bf85a520-245c-4398-ae04-f868ffa26eeb by querying https://wallet.example/bob/outgoing-payments/bf85a520-245c-4398-ae04-f868ffa26eeb
The text was updated successfully, but these errors were encountered:
Check that a queried sub-resource belongs to the payment pointer of the url, under which grant
location
the request was authorized.The paymentPointer is already being added to request ctx. The subsequent sub-resource route method should confirm that the retrieved sub-resources shares the same payment pointer id.
Otherwise for example, someone with a grant to
READ
outgoing payments forhttps://wallet.example/bob
could accesshttps://wallet.example/alice/outgoing-payments/bf85a520-245c-4398-ae04-f868ffa26eeb
by queryinghttps://wallet.example/bob/outgoing-payments/bf85a520-245c-4398-ae04-f868ffa26eeb
The text was updated successfully, but these errors were encountered: