Write Frame microservice proxy improvements
@anoe Now that !296 (merged) has been merged, we are proxying the "write frame" service behind a reverse proxy which we have written and that will ensure we have control over how the traffic towards the microservice is served.
However, it's now time to capitalise on this design and improve the microservice and its proxying this way:
-
Clicking on the "New" button on the CodiMD interface should bring up the modal to create another
Notes
node, rather than trying to create another orphan CodiMD scratchpad; - Clicking on the "Publish" button should reuse our "ShareURL" feature, rather than doing anything on the CodiMD side;
- We should protect the proxy routes with authentication, using the same token key that is guarding the main gargantext-server's endpoints. This means that only authorised (i.e. logged in) users will be able to use the proxy.