This Quick Start guide walks you through a demonstration of making your first PhoneCheck.
PhoneCheck is a mobile-first product. The purpose of the Quick Start guide is
to provide a demonstration walkthrough of the functionality in action. The
steps of creating the PhoneCheck, navigating to the check_url
and seeing the
PhoneCheck result will all be performed programmatically either with in the
mobile application or on the application server.
Quick Start steps
The following steps show how to install and setup the IDlayr CLI, create your first IDlayr Project, create your first PhoneCheck and run a check using your mobile phone.
- Before you begin: Install Node.js
- Install the IDlayr CLI:$ npm install -g @tru_id/cli
- Once the CLI is installed, setup the CLI with your credentials:$ tru login {YOUR_IDENTITY_PROVIDER}
- With the IDlayr CLI installed and configured, create a new Project and follow the prompted instructions:$ tru projects:create plum_junglefowl_424
- Navigate into the newly created project directory:$ cd plum_junglefowl_424
- Turn off WiFi on your mobile phoneA PhoneCheck requires an HTTP request to be made over a mobile data connection
- Run your first PhoneCheck full workflow$ tru phonechecks:create --workflow
- Scan the QR code shown in the console using your mobile phone.
- The IDlayr CLI will show the
tru phonechecks:create
command result.
Congratulations! You've just completed your first of many phone checks.