[CODER] Implement POST /task endpoint with HMAC-SHA256 signature verification #46
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assigned to: coder
Create the POST /task endpoint to receive task payloads. Implement HMAC-SHA256 signature validation against the X-Agent-Signature header using the shared secret before executing or queueing the task.
Created by MARSHAL