fix(destory-session): testing destroy session for all devices using supabase
hey @rphlmr . IDK if you remember but we have this issue: #825 We tried a few different things and this is an approach that Rohit tried. We basically have our own sessions table and manage them in the DB. I am wondering what you think about it and if you have any concerns. I am not 100% convinced as it seems like we are doing double things and whether it wont be better to just use the sessions table provided by supabase
@rockingrohit9639 I want to revive this issue and resolve it. I think this might be the best approach. Its just very straightforward. Can you please update your branch with main and resolve the conflicts? Then I can pull it and do some testing.
Sure @DonKoko I will do it.
Closing this for now as we currently have another solution running for this.