Shared token across sessions & devices

Hi everyone,

i have a strange behavior and would like some advices:
i have a frontend built on bubble, that can be used on desktop and on mobile.
For some reason, i store the access token in bubble, in the User table, to be able to call authenticated endpoints.

thing is, if i connect on desktop then on mobile, the last token from mobile is stored in Bubble DB. And it seems that on the desktop, when using this token, desktop app can't access to authenticated endpoints.

So my question is: is an access token related to any IP address and prevents from being used from different ip address?

2 replies