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
We need to move the place where we keep the access token. Instead of saving the access token on the BitreserveClient, we need to keep the access token on the user model.
That way we can only use one instance of BitreserveClient with multiple users and the access token will be in a place where it makes more sense.