GitBook: [master] 215 pages modified

This commit is contained in:
Daniel Sogl
2021-09-29 13:46:28 +00:00
committed by gitbook-bot
parent 8516b357ed
commit 441a111d17
215 changed files with 4633 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Secure Storage Echo
```text
$ ionic cordova plugin add cordova-plugin-secure-storage-echo
$ npm install @awesome-cordova-plugins/secure-storage-echo
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/secure-storage-echo/)
Plugin Repo: [https://github.com/mibrito707/cordova-plugin-secure-storage-echo](https://github.com/mibrito707/cordova-plugin-secure-storage-echo)
This plugin gets, sets and removes key,value pairs from a device's secure storage.
Requires Cordova plugin: `cordova-plugin-secure-storage-echo`. For more info, please see the [Cordova Secure Storage docs](https://github.com/mibrito707/cordova-plugin-secure-storage-echo).
The browser platform is supported as a mock only. Key/values are stored unencrypted in localStorage.
## Supported platforms
* Android
* Browser
* iOS
* Windows