Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was 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

Description

@TheGrandmother

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions