We use auth0 for login to our production saas app, located on app . example . com
We have a marketing website at example . com which was built on Webflow.
I’m wondering if there is any best practice or light front end JS SDK we can use to check whether the user is currently logged in, and get just a true/false binary answer? The reason for this is wanting to hide the “log in” link in our nav and instead show a link to “my account” etc.
Hoping someone can share a best practice for this - any way to do this besides manually tracking state in a cookie tied to top level domain?