This repository was archived by the owner on Dec 15, 2022. It is now read-only.

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