Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transitioning between different public key types #629

Open
icidasset opened this issue Aug 16, 2022 · 0 comments
Open

Transitioning between different public key types #629

icidasset opened this issue Aug 16, 2022 · 0 comments
Labels
💗 enhancement New feature or request

Comments

@icidasset
Copy link
Contributor

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" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💗 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant