druid-ogold-rn-sdk v0.0.7
druid-ogold-rn-sdk
Druid is a react native package that enables clients to conduct KYC aginst their customers for easy onboarding and well-informed decision making.
The simplified process flow makes it a smooth experience to the end-users (customers).
Existing Features
The version 0.0.x
has the following feature support:
Feature | Description |
---|---|
Face Liveness Detection | Detects spoof, deepfake and malicious attempt providing instant result. |
AI-Based OCR | Allows automated form filling with OCR |
ID Verification | Compares the image in the ID vs the live face |
Upcoming Features:
v 0.1.x
Feature | Description |
---|---|
Document ID Check | Checks if the uploaded document is a valid document (Passport, EmiratesID...). |
Usage
In any react native component or screen, attach the following piece of code. This activates the widget. The widget however has secrets as a pre-requisite.
import Widget from "druid-ogold-rn-sdk";
return const WidgetContainer = () => {
<View>
<Widget
phone: "987654321"
email: "email@email.com"
clientUuid: "xxx-xxx-xxx",
clientSecret: "xxx-xxx-xxx",
/>
</View>;
};
The widget acts as an entrypoint to the workflow. It packs great capabilities and shows the status with relevant description for each step of the onboarding flow.
Usage Demo
A demo application showcasing the use of the above package has been documented in this github repository.
Documentation
Please reach out to the package developers for the comprehensive documentation of the package.