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

Credentials sharing capability #166

Open
donpui opened this issue May 24, 2023 · 1 comment
Open

Credentials sharing capability #166

donpui opened this issue May 24, 2023 · 1 comment

Comments

@donpui
Copy link
Contributor

donpui commented May 24, 2023

It would be nice to see password or credentials sharing option in Winden. For example, it would be possible to input password or small text and share it with the link or code. To make it more secure, it could support second factor, additional PIN code to unlock text.

There is a good use case, as SaaS companies usually need to share API key or other credentials related information with there customers.

Partly it could be done now, but it requires to put in file and other side also receives files. From UX, it requires few more steps. From security, it is additional copy of credentials saved on disk, which may have additional risks.

@meejah
Copy link
Collaborator

meejah commented May 24, 2023

This is what the "text messages" in the existing protocol can be used for. However, Winden doesn't implement that part of the protocol, so that would be a starting point. (I'm not sure if the underlying library implements this part or not).

The Python client does implement it, so could test against that.

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

No branches or pull requests

2 participants