You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: