EddyVerbruggen / cordova-plugin-touch-id

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner!
MIT License
214 stars 72 forks source link

Using didFingerprintDatabaseChange needs some check. #77

Open newuser44 opened 5 years ago

newuser44 commented 5 years ago

Just added plugins.touchid.didFingerprintDatabaseChange When I make a change to touchId or add a new face, or even take a touch id out. This value is true. But if I just close the app down, and open it back up, this value is now false and touch or face id is used again. This check seems to only be good the first time.
I'm going to have to add in my own flag now to keep track of this same thing. Until they do a successful login we don't show the touch or faceId.
Would be helpful if this plugin had some value to pass down. Just an idea.