Skip to content

Commit

Permalink
🔑 Enable linux-default-keyutils feature for keyring
Browse files Browse the repository at this point in the history
- Update keyring package.
- Fallsback to keyutils if secure storage cannot be accessed.
  Usually happens on headless environments or WSL on windows

  Context: Brooooooklyn/keyring-node#12

  Closes #72
  • Loading branch information
shantanuraj committed Sep 6, 2024
1 parent b06eabb commit 57ad2a7
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 20 deletions.
111 changes: 92 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ colored = "2.0.0"
colors-transform = "0.2.11"

# Storage
keyring = "2"
keyring = { version = "2", features = ["linux-default-keyutils"] }

# Config
directories = "5.0.0"
Expand Down

0 comments on commit 57ad2a7

Please sign in to comment.