Closed TinoCle closed 4 days ago
Enable an endpoint to allow document downloading, the endpoint should receive the user's JWT, and the document ID. It should enable the user to download the document. We could return with a redirect to the hosted document's URL.
The endpoint should be /download-document
/download-document
This will not be developed
Description
Enable an endpoint to allow document downloading, the endpoint should receive the user's JWT, and the document ID. It should enable the user to download the document. We could return with a redirect to the hosted document's URL.
The endpoint should be
/download-document