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

Implement password interface that uses Secret Service #3084

Open
johanwiden opened this issue Jul 16, 2023 · 1 comment
Open

Implement password interface that uses Secret Service #3084

johanwiden opened this issue Jul 16, 2023 · 1 comment
Labels
feature Feature requests.

Comments

@johanwiden
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The current solutions for password interface requires entering a master password.
By using the default (login) Secret Service, there is no need to repeatedly entering a master password.
Also: Secret Service is available in all (most?) linux desktops, part of the linux distribution.
https://specifications.freedesktop.org/secret-service

Describe the solution you'd like
Add an interface module, using Secret Service, to Password Manager.
This will rely on two Python packages, that often are available in the linux distribution:

Describe alternatives you've considered
I am not aware of a secure alternative solution, that does not require repeated entry of master password.

Additional context
Add any other context or screenshots about the feature request here.

@johanwiden
Copy link
Author

I have implemented pull request #3083 for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requests.
Development

No branches or pull requests

1 participant