shinyworks / cookies

Use Browser Cookies with 'shiny'
https://shinyworks.github.io/cookies/
Other
32 stars 4 forks source link

Third party cookies in shiny apps and iframe #82

Open GreyMerchant opened 3 months ago

GreyMerchant commented 3 months ago

Hi there. I have a very limited understanding of cookies. I know that there is a restriction coming to third-party cookies in 2025. Would your package be able to work with these changes?

Also, in my specific case our shiny app is in an embedded in an iframe and as far as I read "Silent token acquisition no longer works when third-party cookies are blocked - the application embedded in the iframe must switch to using popups to access the user's session as it can't navigate to the login page within an embedded frame." . Would this package be able to help in these specific conditions?

If there is maybe another resource or so you can redirect me to it would be very helpful