node-keytar
node-keytar copied to clipboard
Native Password Node Module
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...
## 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...
### 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...