Authentication information for our app is disappearing from cookies/localstorage

My stack is a React frontend without a framework and a multi-framework/language backend. We use the zoom app sdk.

We have a weird behavior where localstorage is cleared. We require users to log in via our authentication system in the zoom app, and we store session info in a cookie on the auth site and localstorage on the main zoom app site. After some time passes, localhost on the main zoom app site nor cookies on the auth site have authenticated user details.

It would be nice to know whether this is expected behavior or not, and if it is, what the specific rules are around keeping things in localstorage and cookies.

Hi nik,

I am facing similar situation. Here is the link of my ticket.