Please bring `auth.setAuth` back
Hi, I upgraded my supabase to V2 but some parts crashed in my code. I looked into it and finally figured it out.
In my case, I need to change auth role to do different things to control access. how can I handle this for now? Can you bring it back? Thanks
https://github.com/supabase/supabase/issues/8490#issuecomment-1284162765
setAuth is missing in V2.In my case, I need to change auth role to do different things to control access. how can I handle this for now? Can you bring it back? Thanks
https://github.com/supabase/supabase/issues/8490#issuecomment-1284162765
GitHub
Bug report setAuth() function is missing in the supabase-js v2 RC. Describe the bug setAuth() function is missing in the supabase-js v2 RC. To Reproduce Going through the functions & docs, ...