Skip to content

Import Identity from external source #906

Description

@0xmad

As a user I'd like to import identity from either a website calling the provider, or by pasting in the identity.

Two formats that should be supported:

{
  "_trapdoor":"1235452352523",
  "_nullifier": "1234567",
  "_secret": "123567",
  "_identityCommitment":"123567"
}
['0x00000','0x00000'] //  (nullifier, trapdoor)

Acceptance Criteria:

  • Link imported identity to seed phrase
  • Support JSON file import
  • Add import method
  • E2E tests
  • Add confirmation screen and input name
  • Add manual identity import with pasting the values
  • Save identity to the storage
  • Save host and update metadata type (account is optional)
  • Indicate that identity is imported in identity list
  • Support history and notification

Metadata

Metadata

Assignees

Labels

🌱 new featureTroubleshooting new feature issues

Type

No type

Projects

Status
✍️ To do

Relationships

None yet

Development

No branches or pull requests

Issue actions