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
101 B
JSON
7 lines
101 B
JSON
{
|
|
"accept": {
|
|
"auth_key": "d7ef426932068a33",
|
|
"clear_access_rules": true
|
|
}
|
|
}
|