fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Transitioning between different public key types #629

Open icidasset opened 2 years ago

icidasset commented 2 years ago

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" }