fission icon indicating copy to clipboard operation
fission copied to clipboard

Transitioning between different public key types

Open icidasset opened this issue 3 years ago • 0 comments

It should be possible to transition between different types of public keys. This technically should already be possible with the PUT /v3/api/user/did endpoint with a JSON object that looks like the following, but may need some small adjustments.

{ "type": "Ed25519", "key": "BASE64_KEY" }

icidasset avatar Aug 16 '22 15:08 icidasset