Open naturallymitchell opened 6 years ago
My understanding
POST Send in the headers the type of the document and the uuid In the body send the document contents The other user responds with their signature of the document I save the responded signature in my local folder representing that user
event:
user_requests_witness
rule:if path = /[type]/[uuid]/witness and signed and verified and profile-rating > .3
action:sign_request_body() return signed response and save to content/home/ type: witness , target: document-uuid