b4a0fd9af0
user can create a transfer for a share. will return transfer id and auth_key. another user can use transfer_id and auth_key to accept this share. salt of transfer and auth_key compute crypt_hash by sha1. then compare with crypt_hash in db. APIImpact DocImpact Partially-Implements: blueprint transfer-share-between-project Change-Id: I8facf9112a6b09e6b7aed9956c0a87fb5f1fc31f
7 lines
120 B
JSON
7 lines
120 B
JSON
{
|
|
"transfer": {
|
|
"share_id": "29476819-28a9-4b1a-a21d-3b2d203025a0",
|
|
"name": "test_transfer"
|
|
}
|
|
}
|