Discord auth in React app
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.
Any way to for instance open the discord auth page in another tab of window?
const data = await supabase.auth.getUser();Any way to for instance open the discord auth page in another tab of window?