Electron does not offer a password manager. Thus we need a password manager implementation to store passwords safely.
e.g. https://github.com/atom/node-keytar from the atom editor would be an options. It uses the operating systems default wallet, so that passwords can be automatically synced between accounts.
Electron does not offer a password manager. Thus we need a password manager implementation to store passwords safely.
e.g. https://github.com/atom/node-keytar from the atom editor would be an options. It uses the operating systems default wallet, so that passwords can be automatically synced between accounts.