Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use encrypted keychain for account management #95475

Closed
RMacfarlane opened this issue Apr 16, 2020 · 2 comments
Closed

Use encrypted keychain for account management #95475

RMacfarlane opened this issue Apr 16, 2020 · 2 comments
Assignees
Labels
api-proposal authentication Issues with the Authentication platform feature-request Request for new features or functionality on-testplan
Milestone

Comments

@RMacfarlane
Copy link
Contributor

RMacfarlane commented Apr 16, 2020

export namespace authentication {
    export function getPassword(key: string): Thenable<string | null>;
    export function setPassword(key: string, value: string | null): Thenable<void>;
}
@RMacfarlane RMacfarlane added feature-request Request for new features or functionality authentication Issues with the Authentication platform labels Apr 16, 2020
@RMacfarlane RMacfarlane added this to the April 2020 milestone Apr 16, 2020
@RMacfarlane RMacfarlane self-assigned this Apr 16, 2020
@RMacfarlane RMacfarlane modified the milestones: April 2020, May 2020 Apr 27, 2020
@Matelasse
Copy link

@RMacfarlane Will this address #98214 and remove the need of gnome-keyring for non-gnome linux distributions?

@Matelasse
Copy link

Matelasse commented May 20, 2020

FWIW this new auth workflow is completely unusable on linux
This point hasn't been brought to light because the feature is still insiders, and I guess the core team testers don't use linux much, but I can tell you that once this lands in Stable you'll see many issues regarding this.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api-proposal authentication Issues with the Authentication platform feature-request Request for new features or functionality on-testplan
Projects
None yet
Development

No branches or pull requests

2 participants