cordova-plugin-fingerprint-aio icon indicating copy to clipboard operation
cordova-plugin-fingerprint-aio copied to clipboard

Multiple Secrets for Single Application

Open marcogrieco opened this issue 3 years ago • 2 comments

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.

marcogrieco avatar Apr 09 '21 07:04 marcogrieco

You could just store multiple keys in a JSON string. Not sure how much effort it is to build this into the plugin.

NiklasMerz avatar Oct 08 '21 20:10 NiklasMerz

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.

TiBz0u avatar Jul 25 '22 08:07 TiBz0u