node-keytar icon indicating copy to clipboard operation
node-keytar copied to clipboard

Native Password Node Module

Results 81 node-keytar issues
Sort by recently updated
recently updated
newest added

Hi 👋 I'm trying to use your library to encrypt some access token used in my electron app into the mac keychain. I'm only using your library in the main...

question
mac

Trying to use the latest node-keytar from npm on electron (have used electron-rebuild `electron-rebuild -f -w keytar` to get it working), this piece of code, will only log the first...

more-information-needed

### Description When launching my project I got an error from node-keytar not being able to find some directories. It happens that node-keytar seems to be doing some sort of...

linux
mac
wontfix

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...

## Summary The package currently calls `SecKeychainAddGenericPassword` to store the items in the keychain on macOS. Are there any plans to support the `SecKeychainAddInternetPassword` as well? This also means if...

## Prerequisites Strictly speaking, this is not an Atom application, so not sure any of this info is relevant. ### Description * Package Version: 3.0.0 * Electron Version: 4.2.5 *...

more-information-needed
linux

### Description I use keytar in electron app to store files in keychain, After building and deploying, i open the app on another pc/mac, an error occured and said the...

I'm trying to understand precisely what the use case for `keytar`, specifically on OS X. For perspective I am writing a CLI and I want to store user credentials so...

question

Hi I am on node-keytar 4.2.1. Every so often, when I call setPassword, keytar sends back the following exception: ```The specified item already exists in the keychain.``` According to the...

needs-reproduction

Is there a way to check for keytar on runtime and see if the system has a keychain and if not fallback to some other dev-defined method?

question