cordova-plugin-fingerprint-aio
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "cordova-plugin-fingerprint-aio", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Cordova plugin to use fingerprint authentication on Android and iOS", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -5,8 +5,8 @@ # Cordova Plugin Fingerprint All-In-One | ||
[](https://badge.fury.io/js/cordova-plugin-fingerprint-aio) | ||
[]() | ||
[](https://badge.fury.io/gh/niklasmerz%2Fcordova-plugin-fingerprint-aio) | ||
[](https://circleci.com/gh/NiklasMerz/cordova-plugin-fingerprint-aio) | ||
This plugin is my attempt to provide a single interface for accessing fingerprint hardware on both Android 6+ and iOS. | ||
There are some great cordova plugins out there that make use of the fingerprint APIs provided by Android and iOS. But I could not find a project which supports both platforms (correct me if I am wrong). So I decided to take the native code and bundle it together in one plugin. | ||
There are some great cordova plugins out there that make use of the fingerprint APIs provided by Android and iOS. But I could not find a project which supports both platforms (correct me if I am wrong). I decided to take the native code and bundle it together in one plugin. | ||
@@ -25,7 +25,7 @@ ## Disclaimer | ||
ngCordova support planed for the future. | ||
ngCordova support planned for the future. | ||
### Current status | ||
Android authentication seems to be working fine with the demo app (see below). iOS needs to tested ( lack of Apple hardware). | ||
The API is still in a constant stage of change but it will be similar to the implementation of Matthew Wheatley (@mjwheatly). | ||
The API is still in a constant stage of change but it will be similar to the implementation by Matthew Wheatley (@mjwheatly). | ||
@@ -32,0 +32,0 @@ ## How to use |
126632
26