This project shows how to do a verification using the server to server javascript library. We use the WebComponent javascript sdk to get both the selfies and the id card image.
The images are then sent to the server.js where we build the payload for the verification. We then submit the payload to the submit_job method provided by WebApi
This is supplied as a starter project
- Install dependencies
npm install
- Start the server
npm start
- The app will run on the default port localhost:4000