You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about this plugin. Is it possible to store different secrets for different fingerprints that are saved in the device? I tried registering two secrets for mine and my friend's fingerprints using the registerBiometricSecret method, and then reading them with loadBiometricSecret. The problem is that the register method seems to override the last secret, thus making me and my friend share the same secret.
As said before, is it possible to set one secret for my fingerprint and one for my friend's, and then reading them with the loadBiometricSecret?
Any help is much appreciated!
The text was updated successfully, but these errors were encountered:
Greetins!
I have a question about this plugin. Is it possible to store different secrets for different fingerprints that are saved in the device? I tried registering two secrets for mine and my friend's fingerprints using the
registerBiometricSecret
method, and then reading them withloadBiometricSecret
. The problem is that the register method seems to override the last secret, thus making me and my friend share the same secret.As said before, is it possible to set one secret for my fingerprint and one for my friend's, and then reading them with the
loadBiometricSecret
?Any help is much appreciated!
The text was updated successfully, but these errors were encountered: