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

Add optional "serviceName" property to all service methods

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

Resolves: https://github.com/martinkasa/capacitor-secure-storage-plugin/issues/51

Optionally allow serviceName to be provided when calling the methods, defaulting to the existing "cap_sec" if not provided to maintain backwards compatibility

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

+1 but

  • [ ] Android implementation missing
  • [ ] I get that in the iOS implementation your new serviceName property is actually used as serviceName for the KeychainWrapper, but in Web the property is used for the storage entry key. So I would suggest a more global naming like prefix or keyPrefix

de-dan avatar May 08 '24 13:05 de-dan