cordova-plugin-fingerprint-aio
cordova-plugin-fingerprint-aio copied to clipboard
Multiple Secrets for Single Application
Feature Request
Hi, i would like to use this plugin to store multiple secrets inside the same application because i will not use it for the authentication process but for others needs.
Feature Description
I need to store multiple secrets for the same application. Can be useful to adapt the store and retrive apis to pass a key for every secret.
For example: store the secret XXX with value YYY. Retrieve the secret XXX.
Thanks in advance.
You could just store multiple keys in a JSON string. Not sure how much effort it is to build this into the plugin.
Hi @NiklasMerz, The problem with this implementation is that you are forced to load the secret to add a key to it. So you need a "biometric authentication" to register a new key => Limitation. I'll try to work on this feature in the coming weeks. Kr.