Logging in to the app is dependent on Uphold. Only the last access token is is stored. That means that when logging in on another device/browser/browser tab will make the current session invalid.
TODO:
Store multiple access tokens so we can have multiple sessions on multiple devices (also for demo purposes)
Realize user auth structure independent of Uphold (later)
Workaround for demo purposes: use a different Uphold user for buyer, seller. This is better in any case as we don't want to have to explain why we're seeing both buyer and seller stuff for the same BuyCo.
Logging in to the app is dependent on Uphold. Only the last access token is is stored. That means that when logging in on another device/browser/browser tab will make the current session invalid.
TODO: