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

### Issue or RFC Endorsed by Atom's Maintainers https://github.com/atom/node-keytar/issues/144 ### Description of the Change These changes add the `service` property to the result of the findCredentials method, introduced by https://github.com/atom/node-keytar/pull/85....

I added Keytar to my Electron app and ran electron-rebuild on it. After packaging the resulting app works just fine on OSX, but when I try to run the .exe...

question
electron-rebuild

what's the recommended way to create a single executable file from a node js app that using the keytar in it? I tried pkg and boxednode but couldn't create a...

question

I have an Electron + `create-react-app` application where I am attempting to store user passwords in the local keychain. However, when I run the `savePass` function from the following code:...

needs-reproduction
windows

### Description in windows 10 build 19042.804 passwords created by Windows credential manager, comes back with NUL Characters. ### Steps to Reproduce ``` // t.js const keytar = require("./lib/keytar"); keytar.findCredentials("test_cred").then((result)...

As it seems, the keytar module 4.0.2 claims to depend only on libsecret for Linux, however on Kubuntu 17.04 it still needs the gnome-keyring in order to work properly.

blocked
linux

does it make sense to add support for storing keys into secure enclave on new macbook pro's? I will be more than happy to add this feature with some guidance....

enhancement
mac

As mentioned in https://github.com/atom/node-keytar/pull/349#issuecomment-768582612, travis-ci.org is shutting down soon. The new travis-ci.com doesn't offer free builds by default, but rather a one-time free credit allocation (10,000 credits). You can apply...

# Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: ### Description Existing credentials that were saved on Windows...

needs-reproduction
windows

It would be awesome if node-keytar would also support X.509-related things (key management) in OSX keychain.

help-wanted
question