hansemannn / titanium-module-zoom

Titanium Mobile Module using FaceTec's ZoOm SDK - 3D Face Login + TrueLiveness

Home Page:https://zoomlogin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The Zoom module for Appcelerator Titanium provides access to the native Android and iOS version of FaceTec's ZoOm SDK - 3D Face Login + TrueLiveness. The latest versions of this module can be found under releases.

Getting Started

For more details on how to install the modules, see the Appcelerator documentation. If you do not yet have a Zoom SDK app token, register for developer access. For an example of how to use the module, see this example script in this repository.

iOS Tips

In order for ZoOm to access the camera, your app must add an NSCameraUsageDescription entry to to the ios plist. To achieve this, add the following to your app:

tiapp.xml

...
<ios>
    <plist>
        <dict>
            ...
            <key>NSCameraUsageDescription</key>
            <string>Secure Authentication with ZoOm</string>
        </dict>
    </plist>
</ios>

Limitations

Currently, these modules only support basic ZoOm enrollment and login. There is no support for muli-factor authentication or UI customization.

About

Titanium Mobile Module using FaceTec's ZoOm SDK - 3D Face Login + TrueLiveness

https://zoomlogin.com/

License:Other


Languages

Language:JavaScript 30.6%Language:Objective-C 23.8%Language:Java 23.2%Language:Python 18.7%Language:Shell 3.6%