Hi there, I've set up a ReactJS app and I'm trying to implement discord auth. When trying to login I get send to discord page. Because of this the page unloads and I dont get my user into my data variable.
const data = await supabase.auth.getUser();
const data = await supabase.auth.getUser();
Any way to for instance open the discord auth page in another tab of window?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.