Page MenuHomePhabricator

Finish linking a new device
Closed, ResolvedPublic

Description

Currently, the link account step is showing a QR code. However, if one clicks on the "Continue" button, an exception is thrown, that this step is not implemented, yet. This should be done by:

  1. Adding the scan QR code section to the Android App
  2. Creating a new challenge and send it to the newly created device
  3. Make sure that the user answered with yes to this challenge

This should also make sure, that a device gets something like a "state", where the extension can figure out if there's actually a registered and verified device when logging in.

Event Timeline

This is done in the extension and the Android app itself, too :)