tahoe-lafs / magic-folder

Tahoe-LAFS-based file synchronization
Other
25 stars 7 forks source link

add an API to cancel an invite #692

Closed meejah closed 1 year ago

meejah commented 1 year ago

There is no API to cancel a pending invite (on the invitee's side).

Add ..../invite-cancel HTTP API which takes {"id": "..."} of a pending invite.

It's an error if the invite has already been consumed.