Skip to content

add user identity and accountability to order flow #28

Description

@wlvchandler

OrderRequest lacks a field to identify the owner of the order. To support multi-user environments, risk management, and audit logging, we need to associate every order with an account or user ID

  • Add uint64 user_id or string account_id to OrderRequest.
  • Ensure the ID is echoed back in OrderResponse for client-side reconciliation.
  • Add the same ID field to CancelOrderRequest to prevent users from canceling orders they don't own.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions