Possible race condition when sharing Supabase client across users
Say I have something like this as a request handler of my server:
If two users send a request at the same time, is there a chance that one of them will get logged in as another user? What is a better way of handling this?
If two users send a request at the same time, is there a chance that one of them will get logged in as another user? What is a better way of handling this?