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

Backup Private Key: Integration #171

Closed
roma219 opened this issue Nov 10, 2018 · 1 comment
Closed

Backup Private Key: Integration #171

roma219 opened this issue Nov 10, 2018 · 1 comment
Assignees

Comments

@roma219
Copy link
Contributor

roma219 commented Nov 10, 2018

  • Backup should start after sign up & when clicking button in top dropdown menu
  • Successful backup date should be saved in vuex
  • TBA
@roma219
Copy link
Contributor Author

roma219 commented Nov 14, 2018

@lapinlapin
Vuex getters:
acc/getBrainkey - get brainkey string
acc/isLocked - if the wallet is locked (needs to be unlocked with passwird to access brainkey)
acc/isValidPassword - getter to check if password to unlock is valid

Vuex actions:
acc/unlockWallet - actions to unlock wallet with password
acc/storeBackupDate - needs to be dispatched after successful backup

If the wallet is locked, there is additional step in backup process, a screen with password input, which is used to unlock wallet (check with special getter at first), and to navigate to the next step if successful.

lapinlapin added a commit that referenced this issue Nov 15, 2018
lapinlapin added a commit that referenced this issue Nov 15, 2018
lapinlapin added a commit that referenced this issue Nov 15, 2018
roma219 added a commit that referenced this issue Nov 15, 2018
@roma219 roma219 closed this as completed Nov 15, 2018
@roma219 roma219 mentioned this issue Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants