You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This examples runs the basic create session -> frontId -> backID -> processId -> Selfie -> faceMatch -> getFinishStatus flow, the code is simple enough to insert or remove any step
3
-
for testing or creating proof of concepts.
1
+
# Face Login Example
2
+
This sample does face Authentication following the next process.
3
+
4
+
```mermaid
5
+
sequenceDiagram
6
+
participant w as WebSDK
7
+
participant b as Backend
8
+
participant a as API
9
+
10
+
note over w: create()
11
+
note over w: renderLogin()<br>Optionally Send customerId for 1:1
Vite requires Node.js version 14.18+, 16+. some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
31
+
Vite requires Node.js version 14.18+, 16+. some templates require a higher Node.js
32
+
version to work, please upgrade if your package manager warns about it.
7
33
8
-
# Backend Server
34
+
##Backend Server
9
35
A backend server that will generate the url is needed for this sample,
10
36
luckily for you we already have sample server for PHP, NodeJS, Python,
11
37
PHP and Java and .NET, please reffer to our documentation on subject:
@@ -23,15 +49,17 @@ Run `npm install`
23
49
# Config
24
50
Copy `.env.example` to `.env.local` and add your local values
0 commit comments