Multiple clients / Possible abuse attempt 8618

Hey folks, some of our users are getting frequently logged out so I'm trying to figure out what the root cause might be and fix it. Example auth_logs ids: fa11eff0-d9e7-4d2e-841b-c6613ab11b34, ecd6e67f-3816-4b1e-ae37-690d4512dff3.

We have an electron app that uses 2 supabase client instances: one in the web view (so in a browser context) and a second one in the nodejs part of the electron app (because we need to make some calls even when no windows are open). Both clients are set up to use the same (custom) session storage (a JSON file) so they should be sharing the session, however I'm not sure how their session refresh mechanisms work in this case and whether they're overwriting each other's session, possibly causing one client to use a session that's no longer the latest, and if that even is a problem.

Can you please let me know more details about what this "possible abuse attempt 8618" is, and if what I'm describing above sounds iffy?

Thanks
Was this page helpful?