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

Please update the readme to explain that on Windows systems there is a character limit for credentials. As per https://github.com/atom/node-keytar/issues/140

help-wanted

"findCredentials" method performs a wildcard search on all service entries. So, with the result array {account, password} it is impossible to determine which service is it referring to. It would...

enhancement
help-wanted

i run the node app in docker on win10 pro. Dockerfile: ``` FROM node:latest COPY . /app WORKDIR /app RUN apt-get update && apt-get install -y libsecret-1-dev RUN npm install...

linux

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

linux

## Summary I don't think this is a problem for Windows or Linux, but Keychain in macOS only allows applications to access credentials they set themselves by default. The OS...

Hey, I want to use Keytar in a VS Code extension. [VS Code extensions do not allow for depending on native modules](https://code.visualstudio.com/docs/extensionAPI/patterns-and-principles#_common-questions). What extensions do to work around this so...

more-information-needed

kSecClassInternetPassword is more usefull, allows us to share password between internet apps, like transmit, safari and any mac app etc.., the find generic password have no benefits of sharing passwords...

question
mac

When trying to store an empty password (`""`) the following error is returned: > Error: Password is required This feels weird to me, since an empty password is in many...

needs-reproduction
question

Hi, I'm on 4.2.1 of node keytar and am using it inside electron (v1.8.6) I'm coming across a strange issue where if I disconnect my wifi/ethernet cable, calling ```keytar.getPassword``` makes...

mac

On OSX at least, passwords can be generic, or internet (and there might be other types, too). Handling internet passwords is useful, e.g. to connect to a web site. I...

question