JWT Token is expiring before the actual time

In my Weweb project, on the login of the user, I am storing the JWT token(which has an expiry of 7 days). Before the Weweb update, once I logged in to the project, I could access it for the 7 days. But now, when I try to open the project the next day, I am getting logged out of the project in the Weweb editor(I checked the cache and there was no JWT Token).
Note:- There is no refresh token and I didn’t clear the cache or cookies or local Storage. JWT token has an expiry of 7 days.
Due to the above problem, I am afraid to deploy the new updates of my Weweb production app.

1 Like

I think I’ve been experiencing a similar issue with Supabase. After the 3.0 update I’m constantly being signed out of my Supabase project. Like once every hour or so, when it was not like that before.

Hi Micah,
Is it happening to your deployed project after the new deployment? I have to deploy my project but I don’t want it to occur in my deployed project.

Update:- JWT Token cookie is getting cleared after long inactivity in the editor. But I want to know that, is this problem will also occur in deployed version if I deploy the project now?