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 Access Token of the user is saved via SharedPreferences.
Since this is not very secure for handling access related data, this should be switched with an encrypted solution like Flutter Secure Storage.