atom/node-keytar

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

TheGrandmother opened this issue · 0 comments

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 :/

LPWSTR target_name = utf8ToWideChar(service + '/' + account);

LPWSTR target_name = utf8ToWideChar(service + '/' + account);