mibrito707 / cordova-plugin-secure-storage-echo

Secure storage plugin for Apache Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs say browser is supported as mock

rbarriuso opened this issue · comments

README.md says:

Browser

The browser platform is supported as a mock only. Key/values are stored unencrypted in localStorage.

Nevertheless it seems the mock browser support was removed after v2.6.8. I think this should be reflected in the documentation.

NOTE: if you're using Ionic Native secure-storage-echo, getSupportedPlatforms() returns ["Android", "Browser", "iOS", "Windows"], which is also wrong.

I agree. For Browser, I use https://github.com/softvar/secure-ls it's a very good.

Thanks for the advice @ludufre !

It's a shame that browsers are not supported anymore. If someone explains why it isn't working on browsers anymore, I'm willing to get my hands dirty and restore browser support.