Skip to content

onfido/WebViewAngular

Repository files navigation

WebViewAngular

A sample Angular native app integration with Onfido’s Web SDK, using webviews.

Instructions

Create a .env file on the root of the project and set the following environment variables:

IS_CLASSIC_INTEGRATION=<true-or-false>
API_TOKEN=<your-api-token>
WORKFLOW_ID=<your-workflow-id>,

Check other possible environment variables under environment.ts.

npm i # install dependencies
npm build # set other required environment variables on .env file
npm run start # start the web sdk
npm run e2e # run the e2e tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published