capacitor-secure-storage-plugin
capacitor-secure-storage-plugin copied to clipboard
Add optional "serviceName" property to all service methods
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
+1 but
- [ ] Android implementation missing
- [ ] I get that in the iOS implementation your new
serviceNameproperty 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 likeprefixorkeyPrefix