Working with browser cookies in pyShiny

I have a pyShiny app deployed on AWS EC2 with uvicorn. I have a login funcion that authorizes users, but I would like to substitute that with cookies so that users don't have to input their credentials every time. Since it's a corporate network, most users already have the necessary cookies in their browsers, and I would just need to access them to validate them. Is there an easy way to access browser cookies through pyShiny?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.