-
Notifications
You must be signed in to change notification settings - Fork 516
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
Allow use of SEED when creating local wallet DID #1682
Comments
#606 may also be related |
@ianco this has been resolved |
@DaevMithran please show how this can now be done |
@tdiesler The seed is not added in schema of wallet/did/create route as it can create confusion. |
Just as a reference for others, it seems the change has been merged in PR #1705 |
@tdiesler seed is a top level attribute |
@DaevMithran merci |
Update the
/wallet/did/create
endpoint to allow the use of an optionalSEED
when creating a new local DIDAdd a new startup parameter
--allow-insecure-seed-local-did
to enable the use of this newSEED
parameter (if the option is not provided on startup then theSEED
parameter will not be available when creating a local DID.Consider as well providing a way to import an explicit public/private key pair (vs. indirectly via a seed) so that an existing key pair can be imported into an Aries Wallet.
See Issue #1657 for the background discussion
The text was updated successfully, but these errors were encountered: