↧
Answer by ykonda for How to use keytar (for electron)
Ok so after looking around, I found out the answer. You call the resulting promise and operate on the argument to the promise.keytar.setPassword('KeytarTest', 'AccountName', 'secret');const secret =...
View ArticleHow to use keytar (for electron)
So it seems that electron has this module called keytar, but the documentation is lacking a lot, and I have no idea how to use it.https://github.com/atom/node-keytarMy code right now is (in the main...
View Article