An open API service indexing awesome lists of open source software.

https://github.com/sergiosuarezgil/ionic-biometric-capacitor

Small project using Ionic Biometric (FingerprintID / FaceID) plugin & Capacitor Storage to save password
https://github.com/sergiosuarezgil/ionic-biometric-capacitor

android angular angular9 capacitor capacitor-plugins faceid faceid-authentication fingerprint fingerprint-authentication ionic ionic-framework ionic5 ios

Last synced: about 1 month ago
JSON representation

Small project using Ionic Biometric (FingerprintID / FaceID) plugin & Capacitor Storage to save password

Awesome Lists containing this project

README

          

# Biometric login

Small Ionic framework app using Capacitor & Ionic Plugin

Working properly with **Android & iOS phones**. (tested with emulator)

### Plugins usage:

* **Storage:** Integrated with Capacitor
* **Biometric Login:**

### Plugin Fingerprint-aio requires you to add to your Info.plist to work
```
NSFaceIDUsageDescription
$FACEID_USAGE_DESCRIPTION
```


#### If you have any problem with Android version change these lines in BiometricActivity.java

```
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
```

### Getting Started

To get started, clone this repo, and run: ```npm install``` in the root directory.

### Test with emulator

`ionic cap run ios/android
`
### Secure Storage
If you want to use a **Secure Storage for password** install this plugin:

### Updates

* 1.1.3 - Updated dependencies
* 1.1.2 - Updated README with Android import fixes
* 1.1.1 - Changed fingerprint plugin to Finterprint AIO
* 1.1.0 - Updated Ionic to v5 and Angular to v9
* 1.0.1 - Fix an error on iOS
* 1.0.0 - Initial project

### Credits
Sergio Suárez -