Преглед изворни кода

Add note about local storage on stronghold plugin (#32)

Ngo Iok Ui (Wu Yu Wei) пре 3 година
родитељ
комит
804a8b53da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/guides/plugin.md

+ 1 - 1
docs/guides/plugin.md

@@ -93,7 +93,7 @@ fn main() {
 
 ## Official Tauri Plugins
 
-- [Stronghold](https://github.com/tauri-apps/tauri-plugin-stronghold)
+- [Stronghold](https://github.com/tauri-apps/tauri-plugin-stronghold): Local Storage on native webview is not encrypted. Stronghold offers secure encrypted database service.
 - [Authenticator](https://github.com/tauri-apps/tauri-plugin-authenticator)
 - [Logging](https://github.com/tauri-apps/tauri-plugin-log)
 - [SQL](https://github.com/tauri-apps/tauri-plugin-sql)