mibrito707 / cordova-plugin-secure-storage-echo

Secure storage plugin for Apache Cordova
MIT License
73 stars 73 forks source link

public store method for other plugin use #33

Closed dwlrathod closed 4 years ago

dwlrathod commented 4 years ago

This commit adds the ability for other plugins to save data with secure storage plugin and interact on webview.

BorntraegerMarc commented 4 years ago

To give some background: We have developed an own internal cordova plugin which uses this secure-storage plugin.

To interact with the secure-storage plugin we need this method to be public.

This way we can share secure storage data with our own plugin & our cordova app

dwlrathod commented 4 years ago

Friendly ping can this PR be reviewed? :)

mibrito707 commented 4 years ago

Hey @dwlrathod Thanks for your contribution, I'll review this and and bundle it in the next release.

BorntraegerMarc commented 4 years ago

@mibrito707 any idea when the next release is scheduled for? 🙂

mibrito707 commented 4 years ago

Couldn't resolve the merge conflicts because the original branch seems to be deleted, but this commit https://github.com/mibrito707/cordova-plugin-secure-storage-echo/commit/c441fe90d1c043a35eebf47533cfd42c36156e56 does exactly the same.