Encrypting query pramaters before setting it to the meta on each rendering of the form.
options.backendToken = req?.query?.token;
res.cookie("backendToken", req?.query?.token, cookieOptions);
res.cookie("enketoFormId", req?.query?.id, cookieOptions);
Description
Encrypting query pramaters before setting it to the meta on each rendering of the form.
https://github.com/Samagra-Development/enketo/blob/main/enketo-express/app/controllers/survey-controller.js#L189
Using an encrypting library here for query params received