Skip to content

Commit 9a53875

Browse files
added v11.5.1
1 parent c5d1eea commit 9a53875

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+277
-10807
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.DS_Store
1212

1313
#idea
14-
/.idea
14+
*/.idea
1515

1616
npm-debug.log*
1717
yarn-debug.log*

ReactApp/.idea/idscango.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

ReactApp/.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

ReactApp/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

ReactApp/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

ReactApp/.idea/workspace.xml

Lines changed: 0 additions & 942 deletions
This file was deleted.

ReactApp/README.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,42 @@ This document provides detailed information about running the ReactApp demo usin
1111
This project works with **Node JS 6.10** and above. Please ensure that you have it installed otherwise please follow up [this link](https://nodejs.org/en/).
1212

1313
### How to Run the Project ###
14-
1. Download or clone this repository
15-
1. Open up the terminal or command prompt and proceed to the project's directory
16-
1. Run ```npm install```. This command will install all the required dependencies.
17-
1. For setting up the app you have to explicitly set Environment variables in .env file that you can find in this folder.
18-
19-
These are the available environment variables that you'll find in the file.
20-
21-
```
22-
PUBLIC_URL=
23-
REACT_APP_BASENAME=
24-
REACT_APP_ACAS_ENDPOINT=https://acas.acuant.net
25-
REACT_APP_ID_ENDPOINT=https://services.assureid.net
26-
REACT_APP_FRM_ENDPOINT=https://frm.acuant.net
27-
REACT_APP_MEDICSCAN_ENDPOINT=https://medicscan.acuant.net
28-
REACT_APP_LIVENESS_ENDPOINT=https://us.passlive.acuant.net
29-
REACT_APP_USER_NAME=
30-
REACT_APP_PASSWORD=
31-
REACT_APP_SUBSCRIPTION_ID=
32-
REACT_APP_FRM_ENABLED=true
33-
REACT_APP_GLARE_METRIC_ENABLED=false
34-
REACT_APP_SHARPNESS_METRIC_ENABLED=true
35-
REACT_APP_IDPASSPORT_ENABLED=true
36-
REACT_APP_MEDICAL_CARD_ENABLED=true
37-
REACT_APP_MOBILE_ONLY=true
38-
REACT_APP_SENTRY_SUBSCRIPTION_ID=
39-
40-
```
41-
42-
* ```PUBLIC_URL``` is the URL of your app. For e.g. https://idscangoweb.acuant.com
43-
* ```REACT_APP_FRM_ENABLED``` - set this to true if you want to enable Facial Recognition Match
44-
* ```REACT_APP_IDPASSPORT_ENABLED``` - Set this to true if you would like to enable ID and Passport option
45-
* ```REACT_APP_MEDICAL_CARD_ENABLED``` - Set this to true if you would like to enable Medical Insurance Card option
46-
* ```REACT_APP_MOBILE_ONLY``` - Set this option to true if you want the app to run only on mobile devices
47-
* ```REACT_APP_SENTRY_SUBSCRIPTION_ID``` is optional.
48-
49-
1. To run the app, call ```npm run start```. The project will start running on ```http://localhost:3000``` (default address). You do not need to set ```PUBLIC_URL``` and ```BASENAME``` if you are running the app on default address using ```npm run start```.
14+
* **Step 1** - Download or clone this repository
15+
* **Step 2** - Open up the terminal or command prompt and proceed to the project's directory
16+
* **Step 3** - run ```npm install```. This command will install all the required dependencies.
17+
* **Step 4** -
18+
For setting up the app you have to explicitly set Environment variables in .env file that you can find in this folder.
19+
20+
These are the available environment variables that you'll find in the file.
21+
22+
```
23+
PUBLIC_URL=
24+
REACT_APP_BASENAME=
25+
REACT_APP_ID_ENDPOINT=https://services.assureid.net
26+
REACT_APP_FRM_ENDPOINT=https://frm.acuant.net
27+
REACT_APP_MEDICSCAN_ENDPOINT=https://medicscan.acuant.net
28+
REACT_APP_LIVENESS_ENDPOINT=https://us.passlive.acuant.net
29+
REACT_APP_USER_NAME=
30+
REACT_APP_PASSWORD=
31+
REACT_APP_SUBSCRIPTION_ID=
32+
REACT_APP_FRM_ENABLED=true
33+
REACT_APP_GLARE_METRIC_ENABLED=false
34+
REACT_APP_SHARPNESS_METRIC_ENABLED=true
35+
REACT_APP_IDPASSPORT_ENABLED=true
36+
REACT_APP_MEDICAL_CARD_ENABLED=true
37+
REACT_APP_MOBILE_ONLY=true
38+
REACT_APP_SENTRY_SUBSCRIPTION_ID=
39+
40+
```
41+
42+
```PUBLIC_URL``` is the URL of your app. For e.g. https://acuantgoweb.acuant.com
43+
```REACT_APP_FRM_ENABLED``` - set this to true if you want to enable Facial Recognition Match
44+
```REACT_APP_IDPASSPORT_ENABLED``` - Set this to true if you would like to enable ID and Passport option
45+
```REACT_APP_MEDICAL_CARD_ENABLED``` - Set this to true if you would like to enable Medical Insurance Card option
46+
```REACT_APP_MOBILE_ONLY``` - Set this option to true if you want the app to run only on mobile devices
47+
```REACT_APP_SENTRY_SUBSCRIPTION_ID``` is optional.
48+
49+
* **Step 5** - To run the app, call ```npm run start```. The project will start running on ```http://localhost:3000``` (default address). You do not need to set ```PUBLIC_URL``` and ```BASENAME``` if you are running the app on default address using ```npm run start```.
5050

5151

5252
### \*IMPORTANT\* ###

ReactApp/public/AcuantCamera.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-31.1 KB
Binary file not shown.

ReactApp/public/AcuantImageProcessingWorker.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)