Kipp does not currently expose any mechanism to request the deletion of files, which is a problem. The hard part is figuring out how to distribute deletion keys, as browsers don't allow the interception of redirects (which is how Kipp handles responses to uploads). A few ideas have come to mind:
- Providing a key in the request.
- Using cookies (which would fix the redirect problem).
- Using authorization headers.
I don't want to get into a situation where keys aren't rotated, or get leaked however.
Kipp does not currently expose any mechanism to request the deletion of files, which is a problem. The hard part is figuring out how to distribute deletion keys, as browsers don't allow the interception of redirects (which is how Kipp handles responses to uploads). A few ideas have come to mind:
I don't want to get into a situation where keys aren't rotated, or get leaked however.