Hi everybody,
Currently, for our shiny R apps, we use the Oauth protocol to authorize the published shiny app to retrieve data form the data owner. That that scenario, Shiny is a third party app. To make that happen we use a package called auth0 as shown in this example:
https://github.com/FNLCR-DMAP/nidap-connect-demo/blob/template/app.R#L4
I would like to do the same for a streamlit app: use the Oauth protocol to authorize the streamlit app to retrieve data from data ownder server. Any thoughts for a package like auth0 for python we can use?
We will eventually host our Streamlit app on Posit Connect.
Thanks,
George.