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! We are using keytar in Tutanota desktop app and we recently came across a use case on Linux with cancelling unlock prompt from GNOME Keyring daemon. When we cancel...

I was installing a global package that has [email protected] as a dependency, behind a proxy on Windows, with a proxy that uses NTLM with Basic auth fallback. I had http_proxy...

Keytar seems to run just fine in user-mode, but when running with sudo I get the following error trying to load credentials: ``` credentialsError: Error calling StartServiceByName for org.freedesktop.secrets: Timeout...

linux

## Summary We develop behind a corporate network/firewall that has traffic to external sites proxied. We also have the npm regististries mirrored internally. One of our dependencies is for node-keytar...

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

### 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: *...

### 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: *...

Keytar never asks for a computer password when you read/write. For example, I can do ```js keytar.setPassword('MyDefaultService', 'accountName', 'password'); ``` and then later at any point anywhere on the OS...

question

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

I noticed that there is a findCredentials which takes a service as a parameter. Is it possible to findCredentials where the account is a parameter? The return would be an...