Hey TS, I have an issue with the LiveboardEmbed (which im using in a React app) When a user navigates away from our site and then returns after an hour (after their token expires) then they are shown "Not logged in"
Is there a way to make sure that they remain logged in. I was informed that
autoLogin: true
autoLogin: true
passed as a prop to the
init
init
should help with that but I'm not so sure that is correct compared to what it says in your types.ts for the EmbedConfig.
If that is the wrong way I wondered if there is another way to do this other than us performing a refresh ourside manually or using a timeout which i would prefer to avoid.