-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Add did import api [DEV-3487] #457
Conversation
Task linked: DEV-3487 Add did/import api |
src/services/identity/index.ts
Outdated
importDid( | ||
did: string, | ||
keys: Pick<IKey, 'privateKeyHex' | 'type'>[], | ||
controllerKeyId: string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same logic applies here.
9020f2e
to
4091e6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Approved.
🎉 This PR is included in version 2.15.0-develop.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR includes the addition of did/import api
At the moment it requires all the keys in the didDocument to be passed in the request, The ability to handle existing keys in wallet will be supported once the addition of that feature is complete in veramo, Created a feature request here decentralized-identity/veramo#1312