소스 검색

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)