Add a new Trusted Device

Steps

Adding a New Trusted Device

There are 3 steps that's needed to add a new Trusted Device:

  1. Check if this device is a Trusted Device

  2. Show the QR Code of the New Non-Trusted Device

  3. Scan the New Device's QR Code using the Trusted Device

Step 1: Check if this device is a Trusted Device

Step 2: Show the QR Code of the New Device

Show a QR Code in the New Device, this will be scanned to register this new device. To show the QR Code of the new device:

This will open a modal with a QR Code that can be scanned from the Trusted Device.

Step 3: Scan the QR Code from a Trusted Device

The Trusted Device should scan the QR Code shown in the new device.

Setup Permission to Allow Camera

Update your Info.plist in ios/YourProject/Info.plist

Android

Add the permission below to your app android/app/src/main/AndroidManifest.xml file:

Scan the QR Code

To open the Scanner modal:

This will open a modal where the user can scan the QR Code displayed on the new device.

Last updated