mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Credential manager #165
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @R00iBaard on GitHub (May 24, 2018).
Hey, is there a way to store credentials via an electron API of some kind?
Im just asking before I look at doing my own.
The only thing I have found so far - https://github.com/atom/node-keytar
@Owez commented on GitHub (Jun 23, 2018):
I think it would be best to write your own credential manager with a hash of your choice.
@R00iBaard commented on GitHub (Jun 25, 2018):
Yeah thanks man, ended up doing that. However we aren't using Electron.NET anymore, far from a production ready solution unfortunately.