Opened at 2016-08-10T16:05:02Z
Closed at 2020-06-30T13:45:18Z
#2805 closed enhancement (somebody else's problem)
integrate magic-wormhole for "tahoe magic-folder invite/join"
Reported by: | meejah | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-magic-folder | Version: | 1.11.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
It would be interesting to use magic-wormhole (https://github.com/warner/magic-wormhole/) to send and receive the invite codes for magic-folder.
Of course, you could do this already by simply piping the output of tahoe magic-folder invite to wormhome send and the inverse on the other side, but since the invite-codes are secret and need to be transmitted securely it would be nice to have a built-in way to to that and never print out the invite secret in the first place.
Change History (2)
comment:1 Changed at 2016-08-10T16:08:32Z by meejah
comment:2 Changed at 2020-06-30T13:45:18Z by exarkun
- Resolution set to somebody else's problem
- Status changed from new to closed
magic-folder has been split out into a separate project - https://github.com/leastauthority/magic-folder
Another use-case for using magic-wormhole would be transmitting the Introducer fURL to someone -- e.g. when they're setting up their client for the first time and connecting to a grid.
This could be baked in to tahoe create-node such that it spits out a wormhole code as part of the create-node. Then, the owner of the grid is told the wormhole code and must type it into some (new) command on the introducer (or a plain "wormhole send" invocation?) that sends the introducer fURL to the invitee.