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
5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
features:
|
|
- Share can be transferred between project with API version ``2.77``
|
|
and beyond.
|