Skip to content

Commit 1aaa65d

Browse files
committed
feat: totp credential storage in system keychain all plats for auth
1 parent 6eaed96 commit 1aaa65d

File tree

3 files changed

+305
-3
lines changed

3 files changed

+305
-3
lines changed

src-tauri/Cargo.lock

Lines changed: 212 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace
3333
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
3434
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
3535
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
36+
keyring = "2.3.3"
37+
totp-rs = "5.6.0"
38+
base32 = "0.5.1"
3639

3740
[target.'cfg(target_os = "windows")'.dependencies]
3841
native-dialog = "0.7.0"

0 commit comments

Comments
 (0)