This Quick Start guide walks you through a demonstration of making your first SubscriberCheck.
SubscriberCheck 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 SubscriberCheck, navigating to the `check_url` and seeing the SubscriberCheck 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 tru.ID CLI, create your first tru.ID Project, create your first SubscriberCheck and run a check using your mobile phone.
- Before you begin: Install Node.js
- Install the tru.ID CLI:$ npm install -g @tru_id/cli
- Once the CLI is installed, setup the CLI with your credentials:$ tru setup:credentials {YOUR_CLIENT_ID} {YOUR_CLIENT_SECRET} eu
- With the tru.ID CLI installed and configured, create a new Project and follow the prompted instructions:$ tru projects:create necessary_flame_5761
- Navigate into the newly created project directory:$ cd necessary_flame_5761
Turn off WiFi on your mobile phone
Run your first SubscriberCheck full workflow
$ tru subscriberchecks:create --workflow- Scan the QR code shown in the console using your mobile phone.
The tru.ID CLI will show the
tru subscriberchecks:create
command result.
Congratulations! You've just completed your first of many subscriber checks.