dxos-deprecated / sdk

DXOS SDK and tools.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Idempotent profile creation #324

Closed rzadp closed 3 years ago

rzadp commented 3 years ago

https://github.com/dxos/sdk/blob/938ba907787c83b228ebd9ebe099a13043b794bd/packages/client/src/client.test.ts#L26-L40

and

https://github.com/dxos/sdk/blob/938ba907787c83b228ebd9ebe099a13043b794bd/packages/client/src/client.ts#L125-L126

and

https://github.com/dxos/sdk/blob/938ba907787c83b228ebd9ebe099a13043b794bd/packages/client/src/client.ts#L128

dmaretskyi commented 3 years ago

What is the expected behaviour here? Should client just ignore the second call? Or should it only ignore it if keypair and username are the same?