You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's a single auth token that is never being expired. This is a security issue and needs to be mitigated by expiring auth tokens after a certain time from its creation.
Currently there's a single auth token that is never being expired. This is a security issue and needs to be mitigated by expiring auth tokens after a certain time from its creation.