Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

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

Open
TheGrandmother opened this issue Sep 5, 2022 · 0 comments

Comments

@TheGrandmother
Copy link

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);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant