Skip to content

alice-biometrics/onboarding-web-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onboarding-web-react npm version

This a very basic example of integration of Alice Onboarding Web component using React. Our SDK allows the automatic capture of documents and video selfie of the user in real time from the camera of your device. It also simplifies the communication with the onboarding API to facilitate rapid integration and development. It manages the onboarding flow configuration: requested documents and order.

The main features are:

  • Automatic capture of documents and video selfie of the user in real time from the camera of your device.
  • Communication with the onboarding API to facilitate rapid integration and development.
  • Manage the onboarding flow configuration: requested documents and order.

Documentation 📄

Refer to https://docs.alicebiometrics.com/onboarding/sections/web_client_side_sdks/html_js.html

Contact 📬

support@alicebiometrics.com

Requirements

This demo uses a trial token based authentication so you will need to provide your trial token as the REACT_APP_TRIAL_TOKEN environment variable (usually done through a .env.local file)

Installation

In the project directory:

yarn install

Running the demo

In the project directory, run:

yarn start

Open http://localhost:3000 in the browser to test the demo.