Browse Source

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

Ngo Iok Ui (Wu Yu Wei) 3 năm trước cách đây
mục cha
commit
804a8b53da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)