CRSU-Apps / MetaInsight

An interactive web-based tool for analyzing, interrogating, and visualizing network meta-analyses using R-shiny
https://crsu.shinyapps.io/MetaInsight/
GNU General Public License v3.0
8 stars 6 forks source link

MI-45 consent storage #139

Closed JanionNevill closed 5 months ago

JanionNevill commented 5 months ago

Updated from cookies to browser local storage.

I couldn't think how to test it because the code relies on having a script in the UI, so a server test won't work. Any suggestions are welcome.

JanionNevill commented 5 months ago

please test on shinyapps with an iFrame.

I tested it in an iframe pointing to shinyapps.io in a dummy app running locally in the browser. Seemed to work fine, but didn't share storage between the embedded instance and the direct access instance.