PhoneGap - iOS Device User Authentication
Description
This example uses the cordova-touch-id plugin to verify the user's identity with the on device fingerprint scanner.
This template can be used to create an iOS Cordova application that uses the fingerprint scanner on iOS devices to verify the user's identity. The UX Component uses the cordova-touch-id plugin to interact with the fingerprint scanner. Before the user can interact with the app, they must first verify their identity using the fingerprint scanner. When the user is authenticated, a second panel card transitions into view.
This template requires the following plugins:
- statusbar
- cordova-touch-id
For an overview of this template, watch the video, "Local Device Authentication with the Fingerprint Scanner plugin for iOS", below.
Limitations
iOS Cordova Applications Only