User's refresh token keeps expiring

Hey @morgs.dovetail,

Currently, if a user simultaneously accesses the app from a second device such as another computer, phone, etc., any other access_tokens will be invalidated. At the moment, this is expected behavior.

However, in the future, we hope to support multiple active OAuth tokens per user to enhance the flow where the user needs to OAuth authenticate on multiple devices.

Thanks,
Will