Commit 5a8a1a5
committed
fix(secure-storage): enable platform-native keyring backends
Enable apple-native, windows-native, and linux-native features for the
keyring crate to use actual platform credential stores instead of mock
fallback. Without these features, keyring claims success but doesn't
persist to the system keychain/credential manager.
Tested on macOS with Files.com API key storage and retrieval working
correctly with support package uploads.1 parent 12b80b4 commit 5a8a1a5
2 files changed
+48
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments