Open prayerslayer opened 8 years ago
Both are behind the same Service User API.
Pseudocode for password rotation:
password, txid = primary.generate_password(client_id) shadow.generate_password(client_id, txid, password) s3.save('password.json', { password }) primary.commit_tx(txid) shadow.commit_tx(txid)
This issue is now obsolete, we should rather do #31 .
Both are behind the same Service User API.
Pseudocode for password rotation: