capacitor-secure-storage-plugin icon indicating copy to clipboard operation
capacitor-secure-storage-plugin copied to clipboard

Please add the ability to specify the serviceName

Open kiwi-josh opened this issue 2 years ago • 1 comments

I have an existing cordova app that we are migrating to capacitor.

The previously cordova plugin we were using allowed the serviceName to be specified when reading/writing data.

However this plugin looks like the serviceName is hardcoded to cap_sec here, which means we cannot migrate to this plugin.

The ideal outcome would be to allow the serviceName optionally be passed into the methods, and to fallback to cap_sec if its not supplied (to be backwards compatible).

kiwi-josh avatar May 09 '22 00:05 kiwi-josh

PR to resolve this: https://github.com/martinkasa/capacitor-secure-storage-plugin/pull/82

kiwi-josh avatar Sep 24 '23 21:09 kiwi-josh