Pretty new to bubble. We have a website on framer, and an app on a subdomain, imagine acme.co as our website, and our app is app.acme.co. I want to be able to detect logged in status on the website, and my thought was to use cookie inspection, however I run into cookie Single Origin Policy issue. My question is: have others solved this problem?
Is my solution a sensible one? (I believe that would be a domain cookie rather than same site)
Is there a better way?