atom / node-keytar

Native Password Node Module
https://atom.github.io/node-keytar
MIT License
1.37k stars 193 forks source link

Opt out from having the service name implicitly be concatenated with the account name on windows. #470

Open TheGrandmother opened 2 years ago

TheGrandmother commented 2 years ago

It would be very very nice to be able to opt out of having the target name become the concatenation of the service name and account name on widows. It makes it impossible to integrate keytar with another application that does not use that naming convention :/

https://github.com/atom/node-keytar/blob/deae59a488789f2cd4a8dba6c7e58665795804fe/src/keytar_win.cc#L120 https://github.com/atom/node-keytar/blob/deae59a488789f2cd4a8dba6c7e58665795804fe/src/keytar_win.cc#L152