-
Notifications
You must be signed in to change notification settings - Fork 132
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
daf-ethr-did implement import/exportIdentity #105
Comments
@rado0x54 |
Thanks, I'll have a look.! |
Hey @simonas-notcat, in my mind the
So either don't export the provider or don't require it on import. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing issue, since it was superseded by code changes. |
Hey,
we would have a use-case to initialize the identity store with a reproducibly same key/identity, but currently the methods
importIdentity
andexportIdentity
are not implemented ondaf-ethr-did
. Would the export Format just be a string of an encoded private Key or contain any other information?If there is another way to initialize daf with a consistent identity, that would also help as a workaround.
Also there is a minor typo in the
AbstractIdentityProvider
:The text was updated successfully, but these errors were encountered: