Summary
Registering a trade webhook requires wallet signature verification. An integration test should confirm that a request with a missing or invalid signature is rejected with 401 before the webhook record is created.
Scope
- POST to
/creators/:id/webhooks with no signature header and assert 401
- POST with a signature signed by a different wallet and assert 401
- Assert no webhook record exists in the database after either failed attempt
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Registering a trade webhook requires wallet signature verification. An integration test should confirm that a request with a missing or invalid signature is rejected with 401 before the webhook record is created.
Scope
/creators/:id/webhookswith no signature header and assert 401Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram