mjwheatley / cordova-plugin-android-fingerprint-auth

A cordova plugin for fingerprint authentication using the hardware fingerprint scanner on devices running Android 6+
Apache License 2.0
168 stars 131 forks source link

TypeError: FingerprintAuth.show is not a function #53

Closed zjx closed 7 years ago

mjwheatley commented 7 years ago

See the "How to use" section of the README.

If you just want to authenticate you should use encrypt().

encrypt() will take the username and password and return an encrypted token.

decrypt() will take the encrypted token and return the decrypted password