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
The way we handle auth tokens does not account for refreshing expired tokens. Every time the App component mounts, we create a new token, but this creates many loose tokens.
The way we handle auth tokens does not account for refreshing expired tokens. Every time the App component mounts, we create a new token, but this creates many loose tokens.