docs: optimize docs for SEO

This commit is contained in:
Daniel Sogl
2026-03-21 17:08:43 -07:00
parent d892dda497
commit 1a351b50f4
263 changed files with 4918 additions and 2564 deletions
+19 -10
View File
@@ -1,24 +1,33 @@
---
description: >-
Secure Storage plugin for Cordova and Ionic. This plugin gets, sets and removes key,value pairs from a device's secure storage. Requires Cordova plugin:…
---
# Secure Storage
```
$ ionic cordova plugin add cordova-plugin-secure-storage-echo
$ npm install @awesome-cordova-plugins/secure-storage
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/secure-storage/)
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`. For more info, please see the [Cordova Secure Storage docs](https://github.com/Crypho/cordova-plugin-secure-storage).
The browser platform is supported as a mock only. Key/values are stored unencrypted in localStorage.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-secure-storage-echo
npm install @awesome-cordova-plugins/secure-storage
```
**Plugin Repo:** [https://github.com/mibrito707/cordova-plugin-secure-storage-echo](https://github.com/mibrito707/cordova-plugin-secure-storage-echo)
## Supported Platforms
- Android
- Browser
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)