Add support for importing full DID documents through API endpoint in wallet-kit | ssi-kit #39
taminobaumann
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 1 reply
-
I guess this feature would work together with the "key import" command, so you would first import a key pair and then the associated DID, right? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the wallet-kit API only allows importing a DID document by providing the DID which then gets resolved. As a user, I want the ability to import a full DID document directly through the API endpoint (/issuer-api/{tenantId}/config/did/import). Similar to the CLI command
did import
.Beta Was this translation helpful? Give feedback.
All reactions