pm-idm icon indicating copy to clipboard operation
pm-idm copied to clipboard

As a user I want to be able to unlock the wallet with TouchID or similar

Open satazor opened this issue 6 years ago • 0 comments

Story

As a user I want to be able to unlock the wallet with TouchID or similar.

Description

By leveraging WebAuthn we will be able to configure a new LockType that uses hardware within the device.

@joaosantos15 did a POC on this and it was indeed possible with a ServiceWorker simulating a server. More info can be found here: https://github.com/ipfs-shipyard/js-idm-wallet/issues/5

Tasks

  • [ ] Implement WebAuthn lock type into IDM Wallet
  • [ ] Design changes to the lock screen to account for this new lock type
  • [ ] Implement the changes to the lock screen in the Nomios app

Acceptance Criteria

  • [ ] Be able to configure a new lock type called WebAuthn when available
  • [ ] Be able to unlock IDM with that new lock type
  • [ ] Have all of this integrated into Nomios

satazor avatar May 30 '19 09:05 satazor