Skip to content
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

Import Identity from external source #906

Open
9 of 10 tasks
0xmad opened this issue Sep 21, 2023 · 2 comments
Open
9 of 10 tasks

Import Identity from external source #906

0xmad opened this issue Sep 21, 2023 · 2 comments
Assignees
Labels
🌱 new feature Troubleshooting new feature issues
Milestone

Comments

@0xmad
Copy link
Member

0xmad commented Sep 21, 2023

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
@0xmad 0xmad self-assigned this Sep 21, 2023
@0xmad 0xmad added the 🌱 new feature Troubleshooting new feature issues label Sep 21, 2023
@0xmad 0xmad added this to the v0.4.0 milestone Sep 21, 2023
@0xisk 0xisk changed the title Import Identity from external source feat: import Identity from external source Sep 26, 2023
@0xmad 0xmad changed the title feat: import Identity from external source Import Identity from external source Sep 27, 2023
@0xisk
Copy link
Member

0xisk commented Oct 9, 2023

@0xmad
Copy link
Member Author

0xmad commented Oct 24, 2023

Blocked by ffjavascript fork. It's not possible to integrate it with idc-nullifier package because it depends on snarkjs.

iden3/ffjavascript#132

@0xmad 0xmad modified the milestones: v0.6.0, v1.0.0 Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 new feature Troubleshooting new feature issues
Projects
Status: ✍️ To do
Development

No branches or pull requests

2 participants